Hopefully this should be an easy one. I am trying to start an ASP.NET web app in Visual Studio, but when I try I get the following error:
"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."
I have been able to build C# programs just fine using .NET 1.1. I am trying to save the project to http:\\localhost\MyWebApp. I have double-checked that IIS is installed, World Wide Web publishing is started, and ASP.NET State Service is started.
Is this a simple fix or am I going to have to reinstall VS and/or .NET Framework?
"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."
I have been able to build C# programs just fine using .NET 1.1. I am trying to save the project to http:\\localhost\MyWebApp. I have double-checked that IIS is installed, World Wide Web publishing is started, and ASP.NET State Service is started.
Is this a simple fix or am I going to have to reinstall VS and/or .NET Framework?