zc0000
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
ajax
appcmd
applicationhost.config
arrow
ASP.NET
Asp.net 3.5
asp.NET 3.5 routing outputcache version
BulletedList
c#
c# constructor base inheritance
callback
customize
Database diagram
database restore
Data-Binding
debug
DisplayMode
Eclipse
Eclipse PDT
eventhandler
fastCgi
Firefox
Format
FTP
HyperLink
IIS Manager Authentication
iis7
Interface
javascript
jquery
keyboard
keydown
keypress
keyup
LinqToSql
ListView
Management Studio
MyLittleAdmin
php
php fastcgi
s3000AH
Save Table Design
ScriptManager
ScriptService
Sort
sql server
SQL SERVER 2005
Sql SERVER 2008
sql server 2008 r2
Sql SERVER management studio
Sql Sever 2008
Value
Vista
Visual Studio 2008
webservice
Windows
windows authentication
windows server 2008
XDebug
Sponsors
advertise here
News
what is news ?
Navigation
Home
Blogs
Archives
October 2012 (1)
September 2012 (3)
June 2012 (1)
April 2012 (1)
March 2012 (2)
May 2011 (1)
April 2011 (1)
February 2011 (1)
April 2010 (3)
March 2010 (1)
February 2010 (1)
August 2009 (3)
July 2009 (2)
June 2009 (1)
May 2009 (8)
March 2009 (2)
January 2009 (1)
December 2008 (3)
July 2008 (1)
June 2008 (1)
May 2009 - Posts
2
Comments
GallaryServerPro:Could not load file or assembly 'ComponentArt.Web.UI' or one of its dependencies
by
zc0000
It is because the block action conducted by Mcafee ! Access Protection -> Common Maximum Protecttion -> Prevent creation of new excutable files in the Windows Folder Unblock it ! Then everything is OK. For just a web application I need make some...
0
Comments
How to config Gallary Server Pro..
by
zc0000
1 set "web_sqlserver_3.5.config" as the "true" config file .. 2 Network Service Permission on some folders 3 gs/config/gallaryserverpro.config : showErrorDetails="true"/"false" 根据情况可以设置 4 Bin 文件夹: delete Sql.Lite.Dll ! AjaxControlToolkit , EnterpriseLibery...
0
Comments
All about new FTP publishing service 7.5 for IIS7
by
zc0000
Currently I study the IIS-customized FTP service toolkit and find it a little hard. I list some notes here for memorandum and share. Introduction: What Is New for Microsoft and FTP 7.5? Installation & Creation: Authentication & Authorization ...
Filed under:
iis7
,
IIS Manager Authentication
,
FTP
0
Comments
Server installation Issue
by
zc0000
After installation of windows server 2008 sp2 to a intel-S3000AH motherboard based server , two "?" display in the Device Manager window. PCI serial prot / XXXX ( forget it ). Then follow the link : Two unknown devices under Microsoft Windows* Device...
Filed under:
s3000AH
,
windows server 2008
1
Comments
Scrutinize keyboard event handler syntax in different browers
by
zc0000
Source : < script type ="text/javascript" > function keyEventArgsChecking(e) { var msg = "" ; // The "event" declaration will cause error in FireFox . We should use window.event instead. // In other words , code line below can be avoid in IE context...
Filed under:
javascript
,
Firefox
,
eventhandler
,
keyup
,
keypress
,
keydown
,
keyboard
0
Comments
$(document).ready() and pageLoad() are not the same!
by
zc0000
Refer to: $(document).ready() and pageLoad() are not the same!
Filed under:
Asp.net 3.5
,
ScriptManager
,
ajax
,
jquery
5
Comments
WebRequest some site url meeting : The remote server returned an error: (403)
by
zc0000
Avoid (403) Forbidden errors when using HttpWebRequest I had an error when tried to open the page http://www.lycos.com/ using HtmlAgilityPack from my ASP.NET application. The exception was System.Net.WebException: The underlying connection was closed...
1
Comments
Running Web Applications on Windows Vista with IIS 7.0 and Visual Studio
by
zc0000
To access local IIS Web sites, you must run Visual Studio in the context of an administrator account. By default, Windows runs applications in a limited-rights user account even when you are logged on to the computer as an administrator. To run Visual...
Filed under:
Visual Studio 2008
,
Vista
More Posts