When you try to create a new ASP.NET 1.1 project or try to open, you may receive the following error message
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
And you should be back in business.
Posted by Anilzown at February 18, 2004 12:02 PMHey, thanks! Worked like a charm.
Posted by: John at February 20, 2004 02:33 AMYou, my man, are a life-saver.
Posted by: Ian at February 29, 2004 12:05 PMdidn't work for me :-(
Posted by: danny at March 3, 2004 11:42 AMThanks man, it worked!
Posted by: phocylides at March 3, 2004 05:03 PMThanks a lot, but it works only for opening a new project. Once I wanted to debugg my project I got another error saying: "Unable to start debugging on the web server. The project is not configured to be debugged"
Can you please help me with that.
Thank you in advance.
Check out this article (KB 306172) INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio .NET"
http://support.microsoft.com/default.aspx?scid=kb;EN-US;306172
Thanks very much, it worked!
Posted by: susette at March 18, 2004 07:33 PMnice site
Posted by: goodone.com at March 26, 2004 09:48 AMThanks Buddy!
Posted by: NEeraj at April 2, 2004 07:57 AMThis really works ! Cool and saved lot of time. Thanks ! - Ravi
Posted by: Ravi at April 10, 2004 04:30 PMHi,
I'm getting the error "Cannot access the web server because microsoft internet explorer is offline..." when i tried to open/create a new asp.net project. Pls let me know how to solve the pbm...
Thanx in advance.
Regards
Moorthy.B
Great, it worked for me!!!!
Posted by: Hari at April 12, 2004 04:18 PMHey Moorthy
try this: Run Internet Explorer, uncheck the File menu's 'Work Offline' item and retry.
It worked! Thank You!
Posted by: Raj at April 17, 2004 09:59 PMHey guys,
the fix is not working for me. Does anybody know any other workaround?
thanks
Posted by: luis at April 21, 2004 04:15 AMHey buddy.... that indeed was a quick fix... thanks a bunch
Posted by: alyque at May 26, 2004 08:59 AMHey Anil
Thanks a lot it saved me lot of time
Jai Hind
i'm sticking with apache's one httpd.conf text file, thank you very much... :)
Posted by: asp.net no thanks at June 5, 2004 01:13 AMI am also having the same problem running with ASP.Net project on Windows XP Professional. I have an IIS 5 version. How can i solve this problem. Ple. give our valuable comments as early.
thanks
Hi Anil,
I did aspnet_regiis -i and now it is able to connect to web server. but the problem is it is unable to even run simple "hello world" Web Service. It gives me error and i.e. "file or assembly name cmb0wyy-.dll(the name of dll changes every time i try to run it) or one of its dependencies was not found".
Any help is greatly appreciated.
Thanks.
Posted by: Murali at October 25, 2004 02:18 PMI had the same problem, but I figured out that the machine.config file was having
. I modified the attribute enableVersionHeader to "true" (this is default setting). and when I opened the project. It worked like a charm.