06 2006 档案

异常详细信息: System.Web.HttpException: DropDownList 不能有多个项被选定。
摘要:DropDownList1.CleanSelection();DropDownList1.Items.FindByText("未检").Selected=true; 阅读全文

posted @ 2006-06-26 15:23 阅读(684) 评论(1) 推荐(0)

无法在WEB服务器上启动调试,未将项目配置为进行调试
摘要:解决方法:把Web.config文件里的debug="false" 改为debug="true"控制面板-〉internet服务管理器-〉默认的web站点-〉你的项目目录-〉属性-〉应用程序设置-〉应用程序名-〉“创建” 阅读全文

posted @ 2006-06-22 13:33 阅读(1717) 评论(3) 推荐(0)

Visual Studio 2003 + HTTP/1.1 403 Forbidden 的问题
摘要:Before I create a new web application in Visual Studio .NET 2003, I usually create a new website in IIS MMC, then create the new web application based on the url of teh website I created early. Today,... 阅读全文

posted @ 2006-06-20 09:18 阅读(860) 评论(0) 推荐(0)

导航