上一页 1 ··· 3 4 5 6 7 8 下一页
  2009年5月13日
摘要: 刚装了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.在网上没搜到相关文章来解... 阅读全文
posted @ 2009-05-13 16:31 蔡春升 阅读(810) 评论(0) 推荐(0) 编辑
  2009年5月8日
摘要: 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... 阅读全文
posted @ 2009-05-08 13:22 蔡春升 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2009-05-08 12:49 蔡春升 阅读(203) 评论(0) 推荐(0) 编辑
  2009年4月29日
摘要: 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... 阅读全文
posted @ 2009-04-29 14:26 蔡春升 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Reference : http://blog.csdn.net/wang8712/archive/2008/04/18/2303340.aspx 阅读全文
posted @ 2009-04-29 14:25 蔡春升 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2009-04-29 14:25 蔡春升 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2009-04-29 14:24 蔡春升 阅读(168) 评论(0) 推荐(0) 编辑
摘要: using System.Text.RegularExpressions; detect a URL: Regex urlregex = new Regex(@"(http:"/"/(["w.]+"/?)"S*)", RegexOptions.IgnoreCase|RegexOptions.Compiled); regex for Detecting u... 阅读全文
posted @ 2009-04-29 14:23 蔡春升 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2009-04-29 14:22 蔡春升 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 显示时间的格式很多,现总结如下: Format Description Example d Short date ... 阅读全文
posted @ 2009-04-29 14:21 蔡春升 阅读(402) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页