您的位置:首页 > 编程语言 > ASP

(转)Visual Studio .NET已检测到指定的WEB服务运行的不是ASP.NET 1.1版。你将无法运行ASP.NET WEB应用程序或服务

2006-10-23 23:28 1006 查看

Visual Studio .NET已检测到指定的WEB服务运行的不是ASP.NET 1.1版。你将无法运行ASP.NET WEB应用程序或服务

Tuesday, 9. May 2006, 14:27:13

这种JB问题居然也要来浪费我的时间,我早就说了这对我是一个完全陌生的系统,我连正确搭建起来都是个问题,何况要在如此之短的时间内做一个“所谓”系统。不过既然解决了,还是把方法记下来吧,也许会对他人有用!

visual studio has detected that the specified web server is not running asp.net version 1.1

If you have already googled and come across Microsoft knowledge base article 817267.
PRB: "The Specified Web Server Is Not Running ASP.NET Version 1.1" Error Message When You Create ASP.NET 1.1 Application ( MKB817267 )

don't get confused by this article, the article applies to windows 2003 server.

You can actually fix this problem in less than 5 minutes and in 3 steps:

1) Open Add/Remove program and uninstall dot net version 1.0.

2) If dot net version 1.0 is not in the list of installed programs, find the following folder and delete it if found C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705

3) run the executable with the following option from command window: C:\WINDOWS\Microsoft.NET\Framework\v1.1.xxxx\aspnet_regiis.exe -i

Safirst注:xxxx是那个文件夹下最高版本号,不知道啥时候装了个1.0.3705,Fuck!Fuck Microsoft!
我本来就不喜欢Microsoft的东西,可是这一把几乎把它的产品用完了!哎,逃不掉的终究是逃不掉的。
运行结果如下:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis /i
Start installing ASP.NET (1.1.4322.0).
Finished installing ASP.NET (1.1.4322.0).

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>

希望VS.NET不要再出什么问题了,我时间不多了。还有fuck SQL2000我还没有安装,天知道会有什么问题,我没玩过这些东西的,从来没有过。

不过只要天不灭我,我总是能九死一生!

PS:如果你想了解更加深入的知识,请点击以下Fuck Links,
http://www.asp.net/download-1.1.aspx?tabindex=0&tabid=1
http://www.asp.net/faq/SideBySide.aspx?tabindex=0&tabid=1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐