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

推荐订阅源

S
SegmentFault 最新的问题
B
Blog
P
Proofpoint News Feed
美团技术团队
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
有赞技术团队
有赞技术团队
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
H
Help Net Security
罗磊的独立博客
L
LangChain Blog
GbyAI
GbyAI
腾讯CDC
T
The Blog of Author Tim Ferriss
Microsoft Security Blog
Microsoft Security Blog

博客园 - EWang

如何在MS Project中进行挣值分析 - EWang - 博客园 API函数大全 - EWang - 博客园 Bugzilla, CVS, ClearQuest, ClearCase安装心得(转) - EWang SN大全 - EWang - 博客园 SQL INNER JOIN/OUTER JOIN - EWang Java中iText使用技巧 - EWang - 博客园 Linux下时间的修改 - EWang - 博客园 Asp.net调试的一些问题 - EWang - 博客园 SQL字符串处理函数大全 - EWang - 博客园 crontab 格式 - EWang - 博客园 SQL 函数 函数大全 - EWang c# ToString() 格式化字符串 - EWang 常用CSS样式 - EWang - 博客园 GridView空间的DataFormatString - EWang - 博客园 asp.net 学习资源列表 - EWang - 博客园 一个困扰我半天的问题解决了,java环境真的很难配置 - EWang - 博客园 Liunx下常用程序(转) - EWang - 博客园 liunx下的一些常用命令 - EWang - 博客园 Eclipse 运行命令行参数大全 - EWang - 博客园
(转)Visual Studio .NET已检测到指定的WEB服务运行的不是ASP....
EWang · 2006-10-23 · via 博客园 - EWang

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