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
[quoted text, click to view] "David Carr" wrote:
> Please specify explicitly what you have installed (e.g. VS .NET 2003? .NET
> Framework 1.1?) to make it easier to assist.
>
> "The Meteorologist" <The Meteorologist@discussions.microsoft.com> wrote in
> message news:FD6573EC-91FC-4543-A414-9F00CC24C1AD@microsoft.com...
> > 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?
>
>
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
"The Meteorologist" <The Meteorologist@discussions.microsoft.com> wrote in
message news:FD6573EC-91FC-4543-A414-9F00CC24C1AD@microsoft.com...
[quoted text, click to view] >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?