Loading and Running ASP .NET application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

while trying to open an Asp .Net application ' I get the following message
(the IIS on my computer is running)
"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"

what can cause this error message?

Thanks,
 
Dafina,

One can be that you have installed Net 2.0 beta 1. With installing 2.2 the
problem is than probably gone.

I hope this helps,

Cor
 
Hello Dafna,

After you install the Microsoft .NET Framework SoftwareDevelopment Kit (SDK)
or Visual Studio .NET, Microsoft Internet Information Service (IIS) mappings
are created to associate the new file extensions and settings for ASP.NET.

If you did not have IIS installed when you ran the SDK or Visual Studio
Setup, or if you uninstalled and reinstalled IIS after you ran the SDK or
Visual Studio Setup, those settings will not be in place.

You experience unexpected behavior when you try to view ASP.NET pages. When
you try to create a new ASP.NET Web application in Visual Studio .NET 2003,
you receive the following error message:

Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1.

You asked for causes so I don't suggest solution for the errorin my
reply,however if you looking for solution let me know,will try to solve it.

Bhavesh Patel
 
Hi Bhavesh,
thanks for the explanation.
As far as I know the IIS was already installed on my computer before I
installed the Visual Studio .NET.
Do you know what should I do in order to solve the problem?

Thanks,
 
Hi Bhavesh,
I found the solution :
Go to
All Programs --> Microsoft Visual studio .Net --> Visual studio .Net Tools
--> Visual studio .Net Command Prompt

Now in command promt type --> aspnet_regiis -i

Thanks
 
Hi Dafna

Congrats for the solutions.Actutally running that command will do the
mapping in the IIS.

Thanks,
Bhavesh Patel
 
Back
Top