摘要:
刚装了vs2005, 打开devenv.exe,弹出错误: a problem was encountered initializing commands and menus. The merged file was loaded, but it contained no valid commands. please run setup and select Repair.在网上没搜到相关文章来解... 阅读全文
摘要:
To enable integrated Windows authentication: 1.Log onto the Web server using an administrator account. 2.From the Start menu, open the Administrative Tools Control Panel. 3.In the Administrative Too... 阅读全文
摘要:
To enable debugging on a Web server with URLScan installed Locate the Urlscan.ini file. Normally, you will find it in a directory that looks something like this: C:"WINNT"System32"Inetsrv"urlscan Crea... 阅读全文
摘要:
Vs2008 provides a lot of snippets to improve the coding speed, some are inherited from vs2003 and vs 2005. I will summarize them in this tech article. usage: type snippet eg: ctor then press [Tab] key... 阅读全文
摘要:
Reference : http://blog.csdn.net/wang8712/archive/2008/04/18/2303340.aspx 阅读全文
摘要:
MapPath function is commonly used in Asp.net. But if you want to used in other projects like DLL project, User difined control, you should reference System.Web namespace and call HttpContext.Current.S... 阅读全文
摘要:
It's boring and confused when we always insert nodes in appSettings. so let's defined ourselves nodes in Web.config first: we add new node in configSections. for example, we add a new node Standar... 阅读全文
摘要:
using System.Text.RegularExpressions; detect a URL: Regex urlregex = new Regex(@"(http:"/"/(["w.]+"/?)"S*)", RegexOptions.IgnoreCase|RegexOptions.Compiled); regex for Detecting u... 阅读全文
摘要:
i met an strange problem when building a test website in iis. exploring in the event viewer, i found several errors: 1>Failed to initialize the AppDomain:/LM/W3SVC/1/Root/Test Exception: System.IO.F... 阅读全文
摘要:
显示时间的格式很多,现总结如下: Format Description Example d Short date ... 阅读全文