Click to See Complete Forum and Search --> : ASP.NET 1.1 Not Running Message... going crazy!!


Jerry
02-15-2004, 01:23 PM
The following message appears whenever I try and setup a new project or open an existing project in Visual Studio.NET 2003...

"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."

ASP.NET version 1.1 IS installed. I am just trying to access the "localhost" and run .aspx pages.

This problem started a few days ago but don't know how it got started.

Anyone have any ideas for me to resolve this? Help is greatly appreciated.

Jerry
02-15-2004, 01:30 PM
Oh, forgot to give you my platform information:

Windows 2000 Server w/SP4
Microsoft Development Environment 2003 Version 7.1.3088
Microsoft .NET Framework 1.1 Version 1.1.4322

Installed Products:
Microsoft Visual Basic .NET
Microsoft Visual C# .NET
Microsoft Visual C++ .NET
Microsoft Visual J# .NET
Crystal Reports for Visual Studio .NET

Phil Weber
02-15-2004, 04:18 PM
Hi, Jerry: See if this helps:
http://support.microsoft.com/default.aspx?scid=kb;en-us;306005

Jerry
02-15-2004, 10:40 PM
Phil,

Well, that link was on target to the problem alright. However,
after executing the instructions the problem still persists.

In my case, I ran the following:

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

After ran OK, then executed the following:

regsvr32 C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll

Prompt came back that executed successfully.

Then, I went to open a VB.NET app and the error message is still the same.