Visual Studio .NET ERROR!! "..has detected not running ASP.NET 1.1.."

baaul

New member
Joined
Oct 11, 2005
Messages
1
Programming Experience
Beginner
Hi.

I'm having this error

"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." I've tried the solution

C:\WINNT\Microsoft.NET\Framework\v1.1.xxxxx\aspnet_regiis.exe -i. It

installed successfully but still, I get the same error. My setup is

WinXP Professional SP2, running IIS5.1 and my port is set to be 81 (instead of

the normal 80). I have asp.net 1.1 installed. Thanks!

AGAIN!!! 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.
 
DO THE FOLLOWING
URL – http://support.microsoft.com/default.aspx?scid=kb;en-us;306005


Instructions incase the url is blocked!

To fix IIS mappings for ASP.NET, run the Aspnet_regiis.exe utility:
1.
Click Start, and then click Run.
2.
In the Open text box, type cmd, and then press ENTER.
3.
At the command prompt, type the following, and then press ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i
In this path, version represents the version number of the .NET Framework that you installed on your server. You must replace this placeholder with the actual version number when you type the command.



My version is v1.1.4322 double check what your version is before you run this.
 
Back
Top