I've installed Visual Studio .NET 2003 on my work computer. The computer is running Windows XP Professional and IIS 5 . I installed it 2 days ago. Initially, I was able to start a VB .NET ASP .NET project. I developed some .aspx pages and tested the pages on the webserver. They worked fine. Now since yesterday, I have started receiving the error "Visual Studio .NET has detected that the specified Web server is not running ASP .NET 1.1 . You will be unable to run ASP .NET web applications." when I try to open the ASP .NET project. I have checked - .NET Framework 1.1 is installed on the computer - and it is indeed ASP .NET 1.1 . I've re-installed ASP .NET using 'aspnet_regiis.exe -i' and 'regsvr32 %windir%\\Microsoft.NET\Framework\version\aspnet_is api.dll'
uninstalled and reinstalled .NET framework and Visual STudio .NET 2003 - but still get this error.
Please help!