I just installed visual studio on an XP PC. IIS is installed on this
machine. When I try to create a new asp.net project I get an error message
saying:
"Visual Studio.net has detected that the specified web server is not running
asp.net 1.1. You will not be able to run asp.net applications or services."
What do I need to do to be able to create an asp.net project?
Please specify explicitly what you have installed (e.g. VS .NET 2003? .NET
Framework 1.1?) to make it easier to assist.
> I just installed visual studio on an XP PC. IIS is installed on this
> machine. When I try to create a new asp.net project I get an error message
[quoted text clipped - 4 lines]
>
> What do I need to do to be able to create an asp.net project?
Rich_James_B - 26 Apr 2005 05:19 GMT
David,
Thanks you for your reply. Just wanted to let you know that I already
resolved this issue a couple of days ago by opening a case with the support
team. As it turned out I think it would have taken several weeks to get to
the resolution of the issue using this online support venue. The support
engineers used Live Meeting to access my machine. Even with direct access to
my machine it took well over an hour to diagnose the problem, which turned
out to be that somehow my DCOM service was configured for the local machine
and not network enabled. After making this adjustment I have not had the
problem described.
Regards,
--Richard
> Please specify explicitly what you have installed (e.g. VS .NET 2003? .NET
> Framework 1.1?) to make it easier to assist.
[quoted text clipped - 10 lines]
> >
> > What do I need to do to be able to create an asp.net project?
You need to install the asp.net iis extensions.
From the Visual Studio Command Prompt run
aspnet_regiis.exe -i
(-? gives a list of options)
Regards,
Sigmund Jakhel
>I just installed visual studio on an XP PC. IIS is installed on this
> machine. When I try to create a new asp.net project I get an error
[quoted text clipped - 7 lines]
>
> What do I need to do to be able to create an asp.net project?