Groups | Blog | Home
all groups > dotnet general > june 2005 >

dotnet general : Loading and Running ASP .NET application


Dafna
6/27/2005 11:06:03 PM
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?

Bhavesh Patel
6/28/2005 4:10:03 AM
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

[quoted text, click to view]
Dafna
6/28/2005 7:00:03 AM
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,


[quoted text, click to view]
Cor Ligthert
6/28/2005 11:48:11 AM
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

Dafna
6/28/2005 12:51:04 PM
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



[quoted text, click to view]
Bhavesh Patel
6/28/2005 10:26:01 PM
Hi Dafna

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

Thanks,
Bhavesh Patel

[quoted text, click to view]
AddThis Social Bookmark Button