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

推荐订阅源

WordPress大学
WordPress大学
T
Threatpost
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
月光博客
月光博客
V
Visual Studio Blog
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Recorded Future
Recorded Future
C
Check Point Blog
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
Hacker News: Ask HN
Hacker News: Ask HN
SecWiki News
SecWiki News
博客园 - Franky
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News | PayPal Newsroom
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security @ Cisco Blogs
W
WeLiveSecurity
The Last Watchdog
The Last Watchdog
Cloudbric
Cloudbric
F
Full Disclosure
The Cloudflare Blog
Y
Y Combinator Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
S
Schneier on Security
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
AI
AI
N
News and Events Feed by Topic
T
Tor Project blog
P
Palo Alto Networks Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog

博客园 - Bryant

SQL 2005 Reporting Service "提供程序加载失败" Provider Load fail的解决 Help:立体图绘制以及根据X,Y,Z三坐标值,在图上描点 winform 统计图控件 解决 VS2005 SP1 时“无法使用此产品的安装源,请确认安装源存在,并且您可以访问它”的错误 控件开发的资料 疑问:公路移动应用开发;数据挖掘开发,哪个更好? 2008年的第一场雪,丰收之雪 Visual Studio 2005 SP1安装 关键点 终极解决:Cab安装包的时候,制作中文快捷方式,用中文编译会报错,用英文做为快捷方式名 编译器错误信息: CS0016: 未能写入输出文件 中秋节快乐 获得字符串长度(中文字符占2) - Bryant - 博客园 sql Server 索引优化 (转) Infragistics的部署问题 WebService 数据压缩 Happy New Year FreeTextBox控件 保存空格 显示确是? 控件开发中常用的元数据 结果怎么会是这样?
创建.net web项目出错HTTP/1.1 500 Internal Server Error
Bryant · 2007-09-03 · via 博客园 - Bryant

新建个.Net Web项目,却报错:HTTP/1.1 500 Internal Server Error
上网搜下,很多方法:

1、重起IIS----  无效

2、从新注册aspnet_regiis -i --无效(在\WINNT\Microsoft.NET\Framework\v1.1.4322>目录,不同版本名字不同)

3、regsvr32 scrrun.dll  --无效

我都试了,还是没有效果,由于我的机器vs2003 与vs2005都装了,后来仔细看了下事件查看器里的错误,发现
It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process.
才想起来,去看了下IIS管理器中的网站和默认网站的ASP.NET用的不一致,改成一致就OK了!
写下来希望对大家有点帮助