Egbert
Fri Jan 02 05:37:55 CST 2004
" - 781 -" <lets@have.org> wrote in message
news:uCrUHUQ0DHA.1684@TK2MSFTNGP12.phx.gbl...
> I have reinstalled (upgrade choice) win xp pro and IIS works fine now ...
> However when I try to start Visual Studio .NET 2003 ASP.NET project, I get
> an error
> as follows:
>
> 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.
>
> Any ideas on how to incorporate v1.1 into .NET 2003?
Hi
Be sure your webserver runs.
http://localhost should be sufficient to test
if it does.
> Some hints to what might have been wrong.
>
> 1. I have had VS.NET 2003 already installed before installing IIS.
That's the point. VS.NET upgrades IIS but if you first install VS and then
IIS, it won't work.
run at the command line:
Aspnet_regiis -i
> 2. When I updated my system through windows update website, MS.NET
Framework
> 1.0 was never removed ...
Framework 1.1 is installed and 1.0 should be kept.
> Thanks in advance
> Gino.