惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
P
Proofpoint News Feed
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
The Last Watchdog
The Last Watchdog
F
Fortinet All Blogs
S
Schneier on Security
Help Net Security
Help Net Security
Security Archives - TechRepublic
Security Archives - TechRepublic
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
I
InfoQ
T
The Blog of Author Tim Ferriss
Cisco Talos Blog
Cisco Talos Blog
Stack Overflow Blog
Stack Overflow Blog
T
Troy Hunt's Blog
人人都是产品经理
人人都是产品经理
T
Threatpost
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cyber Attacks, Cyber Crime and Cyber Security
雷峰网
雷峰网
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
Forbes - Security
Forbes - Security
Vercel News
Vercel News
S
Security Affairs
美团技术团队
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
Cyberwarzone
Cyberwarzone
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Jina AI
Jina AI
Spread Privacy
Spread Privacy
Attack and Defense Labs
Attack and Defense Labs
IT之家
IT之家
U
Unit 42
Recorded Future
Recorded Future
W
WeLiveSecurity
PCI Perspectives
PCI Perspectives
P
Palo Alto Networks Blog
H
Hacker News: Front Page
S
Security @ Cisco Blogs
博客园 - 【当耐特】

博客园 - JohnHoo

IE8 报错,问题事件名称:APPCRASH,故障模块名称:StackHash_c4c3 Compiere相关的资料收录 Compiere是什么? 整理的 NBear 中文文档 西安.net俱乐部终于成立了! SQL Server 不存在或访问被拒绝 不能更新。数据库或对象为只读 javascript 调试 恢复IE中出错的FlashGet右键菜单 绝对路径和相对路径 windows server 2003的一些设置 收集的两个编译的测试题 ERP&CRM开源项目(转) TrackBack Test ASCII编码表 收集的一些blog(自己感兴趣的blog,会不断的更新) 无法在WEB服务器上启动调试,一个头痛的问题 十年MFC经历认识的Microsoft技术 dotText WebLog源码分析--开始篇
无法在web服务器上启动调试,问题解决
JohnHoo · 2005-06-30 · via 博客园 - JohnHoo

2005-06-30 10:06  JohnHoo  阅读(7501)  评论()    收藏  举报

这两天,只要启动asp.net调试,就会提示这个错误,如果不调式,直接运行,就可以。虽然可以通过手动附加的方式来进行调试,但总是感觉过于麻烦了。

还是把 vs.net重新装过吧,中午吃饭时间,重新把vs.net装过。启动调试,头大,依然无法调试,

看来真和我耗上了。但我发现,如果不是asp.net的项目,就可以调试,看来不是vs.net的问题了,难道是我的iis出了问题?重起iis,,开始-->运行iisreset,还是不行,运行x:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 aspnet_regiis -i,还是不行。

卸掉iis,再使用“配置您的服务器向导”,安装iis(我的系统是Windows Server 2003)

  1. 在任务栏上,单击“开始”按钮,然后单击“管理您的服务器”,在“管理您的服务器”窗口中单击“添加或移除角色”。
  2. 在“配置您的服务器向导”中,单击“下一步”,在“服务器角色”对话框中选中“应用程序服务器 (IIS, ASP.NET)”,然后单击“下一步”。
  3. 在“应用程序服务器选项”对话框中,单击“启用 ASP.NET”复选框,单击“下一步”,再单击“下一步”。
  4. 如有必要,在 CD-ROM 驱动器中插入 Windows Server 2003 安装 CD,然后单击“下一步”。
  5. 安装完成后,单击“完成”。

再运行x:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 aspnet_regiis -i

打开vs.net,启动调试,问题解决。