Recent Posts

0
Comments

Solution to the alert "The object identifier does not present a valid object" when trying to debug IIS-supplied applications through VS by zc0000

Met the error and felt wield ... Then I found a great article to explain the reason and point to the key of truth. http://blogs.iis.net/brian-murphy-booth/archive/2008/06/03/visual-studio-2008-unable-to-debug-asp-net-app-on-iis-7-0.aspx -------------...
1
Comments

Alert Cannot set a credential for principal 'sa' .... when trying to modify 'sa' properties through sql management studio 2008.. by zc0000

http://support.microsoft.com/kb/956177 You receive an exception in SQL Server 2008 when you try to modify the properties of the SQL Server Administrator account by using SQL Server Management Studio SYMPTOMS Consider the following scenario. You use the...
0
Comments

IIS7 FTP settings Instruction ..... by zc0000

IIS7 FTP settings http://learn.iis.net/page.aspx/320/using-ftp-virtual-host-names/ FTP 绑定之时,如果需要使用域名访问,则不但要绑定 FTP 域名 ftp.domain.com (一个绑定记录),还必须要一个 unassigned 绑定,直接绑定IP ! 两条绑定记录都是必须的!
0
Comments

Solve an alert occuring when trying to save in ManagementStudio Table-design interface:Saving changes is not permitted by zc0000

Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created. ERROR: “Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created...
0
Comments

A CALLBACK function is always triggered at LAST in a code route !! by zc0000

A segment of javascript code : function getValue() { var rel = null ; CustomService.GetValueFromServer( function (result) { rel = result; } ); return rel; } var myValue = getValue(); CustomService is a "ScriptService" attributed c# webService class with...
0
Comments

Exception: The mapping of interface member IMetaEntity.Url is not supported by zc0000

Though "Url" is an "LinqToSql" generated property and strictly map to a database field the exeption still yields when where clause is written as from item in db.GetTable<T> where item.Url = " http://xxxxxx " select item; Solution: such writting...
Filed under:
0
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...
More Posts Next page »