Thanks. It does feel like it could be something like that.
Unfortunately, that article applies to Microsoft Windows Server 2003.
My IIS doesn't have a "Web Service Extensions" option.
So, I am still stuck.
Main Topics
Browse All TopicsExperts, you've seen that message before. It has happened to me after trying to Deploy a Web Project for the first time. I have followed the instructions in MIcrosoft Knowledge base Article #306005 and run aspnet_regiis.exe.
That didn't fix it.
As it stands I can't open any projects. In the Solution Explorer Looks like this:
Solution 'MasterList' (1 project)
- WebDeploy
- Detected Dependencies
- (unable to determine name)
- (unable to determine name)
- MasterList (unavailable)
The project file cannot be found.
But it is still there.
Some pointer setting has been knocked off, but I don't know which one.
I'd like to fix this without having to reinstall IIS and Visual Studio.
Any suggestions? Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I found this forum reference that might help:
http://forum.discountasp.n
It references an article about get_aspx_ver.aspx:
http://bluebones.net/news/
I had the same problem, the solution I found:
Try running from commandline:
C:\WINNT\Microsoft.NET\Fra
or
in this case being Windows XP Pro:
C:\WINDOWS\Microsoft.NET\F
I do realize an answer was accepted already, but this might come in handy for people who don't feel like reinstalling anything.
This won't make you feel any better, but I'm not an Expert.
I finally got fed up with uninstalling/reinstalling,
So I bought a new PC and installed everything from scratch. That worked.
I wouldn't want to do that every time an application gave me trouble, though.
Hello,
I can't get this miserable vs.net to recognize v1.1.4322, I have tried everything including going into the registries and changing every entry I saw with v1.0.3705 with v1.1.4322. And still it sees something that is not there.
I had this problem on my work station and fixed it with aspnet_regiis.exe -i, but now that I have to deploy my web site to the server the miserable server doesn't want to play.
Can someone please have some mercy on this lost soul and shed some light on how can I ger this to work on a win 2000 server with IIS 5 and VS.Net Enterprise Architects 2003.
Thank You
Julio
I was having the "Specified Web server is not running ASP.NET version" for the following reason:
VS.Net makes a request to the target server for the file ~/get_aspx_ver.aspx
In my IIS script mappings, I had the setting "Check that file exists" ticked for ASPX files.
Hence IIS was returning the standard 404 error html, without processing through ASP.Net and getting the version header.
IMHO this is a sad kludge by Microsoft
To solve, I recommend checking the setting for "Check that file exists" or making a dummy ~/get_aspx_ver.aspx file if you need to have a proper 404 handler.
I would just like to make it clear that GMosher initially offered the aspnet_regiis solution...he even by citing the help article number.
And also that the aspnet_regiis solution can be found by pressing the "Help" button when that error appears....Windows actually does try to offer solutions, so make use of them.
ARE YOU BEHIND A PROXY SERVER? - READ THIS!!! >>>>>
I had this problem REAL BAD!!!!!!!!!
Nothing of the above worked, I uninstalled, and re-installed all in the right order. I have extracted some of the text from the link, and this solved the problem:
http://www.codeguru.com/co
It then occurred to me my network is using a proxy server. By using localhost as the host URL, VS.NET was seeing the proxy server, which must have ASP.NET 1.0 installed on it. <<<The solution, or fix, was to bypass the proxy server.>>>
Because ASP.NET uses the network configuration settings from Internet Explorer, we can change the proxy settings through Internet Explorer. (Keep in mind that this problem and fix are only relevant if you are networked and using a proxy server.)
To change the proxy settings, start Internet Explorer and follow these steps:
Select Tools|Internet Options.
In the Internet Options dialog, select the Connection tab.
On the Connection tab, click the LAN Settings button.
If Use a proxy server... is checked in the Proxy server group (see Figure 3), check Bypass proxy server for local address (see Figure 3).
Click OK to close the LAN Settings dialog, and close the Internet Options dialog.
VOILA!!! - BIG respec to the guy on CODEGURU.COM that nailed this one.
Hope this helps...
LoveToSpod
I'm glad I found this thread -- I recently re-built my system and re-installed dotNet ver 1.1, IIS and Visual Studio .Net. When I tried to start up an ASP.NET project I got the...
"Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services."
...error message like you guys.
C:\WINDOWS\Microsoft.NET\F
This solved the problem for me!
I had the same problem, but nothing I read here helped.
Opening my IIS Manager, the default web site showed a red cross. Trying to start it gave this error: "Unexpected Error 0x8ffe2740 Occurred".
At http://support.microsoft.c
So after uninstalling Skype all worked well again. :)
I, too, was experiencing this problem peripherally with my hosting service. mclist's suggesting was a wonderful clue, and represents the real reason behind a good portion of the problems mentioned in this collaboration.
In general, it seems that Visual Studio .NET (in my case 2003) uses a simple HTML request to retrieve the version information of the .NET server on which a project resides. Anything that disrupts or distorts this request results in the error mentioned. Here is a summary of the problems and their reasons:
1. .NET configuration issue - .NET was either not installed correctly, or conflicts with other .NET versions muddled the availability of .NET v1.1.....i.e. The server itself has the wrong answer to the version request. The most common solution seems to be "aspnet_regiis.exe -i" from the most current .NET framework's installation directory.
2. IIS configuration issue - If the version request reaches the server but is denied or ignored, then the same problem results. Evidentally, the HTML version request is for the file "~/get_aspx_ver.aspx" which may or may not exist on the server. This dummy request is not a problem unless the IIS server has the ("Check that file exists") setting for .aspx files. In this case, an error page is returned that hasn't been processed by .NET and thus has no version information. Solution: The server setting can either be turned off to avoid this problem, or a dummy "~/get_aspx_ver.aspx" file can be added to the user web folder.
3. Network configuration issue - If the network is not configured to allow an unaltered version request/response between client and server, the version test fails again. All standard networking issues apply here (IP addresses/netmasks/firewal
4. Port issue - If another application (ala skype) is hijacking ports that are needed for communcation (client or server side), then again the version request/response will fail. Solution: Seek and remove the hijackers.
If you get the error "The Specified Web Server Is Not Running ASP.NET Version 1.1" and aspnet_regiis with either the -i or -s or -r flags does not solve the problem, then the issue is probably the ASP.NET 1.1 framework was installed before IIS was installed. This has happend to me and the following solved the problem...
1. uninstall asp.net 1.1 framework and it related service pack
2. reboot
3. reinstall asp.net 1.1 framework and it related service pack
4. reboot.
You should be good to go!
Chris
Thank you LoveToSpod,
Your solution solved it for me, I posted my own thread (http://www.experts-exchan
Now, I don't have to tell my boss to buy me a new computer :)
I wish your solution could be posted as a solution to this Error.
Business Accounts
Answer for Membership
by: TheLearnedOnePosted on 2003-10-21 at 13:54:26ID: 9593891
Look at Micro$oft KB article:
om/default .aspx?scid =kb;en- us; 817267
PRB: "The Specified Web Server Is Not Running ASP.NET Version 1.1" Error Message When You Create ASP.NET 1.1 Application
http://support.microsoft.c
Hope it helps.