When opening a project, I get the next errormessage:
"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've installed the IIS, this is also not the reason!
Patrick,
Best is to deinstall Visual Studio and to reinstall it.
At the beginning of the VS installation, he detects if IIS is installed and does not install the necessary ASP.NET components. A reinstall will fix the problem.
Kind regards,
I have reinstalled Visual Studio.Net but the prblem is not solved!
Executing the following statement in a dos prompt will solve the problem:
[c:\windows\microsoft.net\framework\v1.1.4322]aspnet_regiis.exe -i
Add a comment