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 ...
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...
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...
0
Comments

$(document).ready() and pageLoad() are not the same! by zc0000

Refer to: $(document).ready() and pageLoad() are not the same!
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...
More Posts