随笔分类 -  .net

Parser Error Message: Access is denied【转】
摘要:PRB: Access Denied Error When You Make Code Modifications with Index Services RunningView products that this article applies to.Article ID:329065Last ... 阅读全文
posted @ 2014-11-12 01:58 Bluehand 阅读(394) 评论(0) 推荐(0)
正则表达式,Regex类
摘要:C#regex是正则表达式类用于string的处理,查找匹配的字符串。1,先看一个例子Regex regex=new Regex(@”OK“);//我们要在目标字符串中找到"OK"Match m=regex.Match("fjsladfOK");console.writeline(m.tostrin... 阅读全文
posted @ 2014-09-11 18:04 Bluehand 阅读(640) 评论(0) 推荐(0)
window.dialogArguments的使用
摘要:1 2 3 showModelessDialogEX.htm 4 15 16 17 Enter your first name: Joan 18 19 20 Here is the code for "myDial... 阅读全文
posted @ 2014-07-22 10:51 Bluehand 阅读(3621) 评论(0) 推荐(0)
VS 2003 无法打开Web项目,位于服务器“http:10.45.4.70:8080”上的项目不存在
摘要:解决方法:用记事本打开*.sln文件更改第2行改成正确的虚拟目录出现这种情况往往是从一台机器搬到另一台机器造成的虚拟路径名字不同 阅读全文
posted @ 2014-06-26 10:01 Bluehand 阅读(309) 评论(0) 推荐(0)
No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
摘要:Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp... 阅读全文
posted @ 2014-06-19 18:50 Bluehand 阅读(741) 评论(0) 推荐(0)
502 Proxy Error。The ISA Server denied the specified Uniform Resource Locator (URL).
摘要:问题:部署好项目,在IE地址栏输入http://localhost/myweb/index.aspx,回车后报错:解释: 试图访问的页面出现问题,无法显示此页面。 尝试下列:刷新页: 单击“刷新”按钮来再次搜索此页。超时可能是由于 Internet 拥塞造成的。 检查拼写: 请检查您是否正确键入了网... 阅读全文
posted @ 2014-06-19 13:43 Bluehand 阅读(2513) 评论(0) 推荐(0)