Wednesday, March 28, 2012

Web Server Upgrade

hi all,
I installed Visual Studio .NET 2003 and I updated my Windows.
When I tried to open a new project I get an error pop-up saying "Visual Studio .NET 2003 has detected that the specified Web Server is not running ASP.NET v1.1"..
What should I do ?
Do I have to upgrade my web server ?.If so how ?

VarunI had the exact same problem when I started with this. It took a while, but I finally found a place that told me how to fix this. So, I'll be nice and tell you right here:

Admistrative Tool -> Internet Information Services
open local computer then web sites then right click on default web site and select properties
Under the Home Directory tab at the bottom there is a button called Configuration (click that)
The path should be:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
not:
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll

if any of them are the second path, change it to the first one.
If that first path is not there, then you don't have the v1.1 framework installed (but I doubt that)

Hope that helps.

--Bryan
Thanks a lot for the reply.
But when I opened IIS I saw a strange thing !.
Under the default web site I am not able to find any .aspx files.
But I have installed Visual Studio.NET (as I checked for the file "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
It is there)
.But IIS does not show any .aspx files' presence at all.
Do you think that my IIS is not properly configured or what do I have to do ?

Varun
Ok, that happened to me as well. You need to install the .NET Framework AFTER IIS. So this just means you need to run the install file for .NET framework again. This will configure IIS to work correctly.

Here is a link:
http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe

--Bryan

0 comments:

Post a Comment