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 comment