I am trying to run the default website installed by the CLSA.net, but it keeps giving me this error until I reinstalled the asp.net on my development box.
The step I follow is :
- Open a command prompt
- Stop IIS: iisreset /stop
- Change to the .NET Framework 2.0 root directory: C:\winnt\Microsoft.Net\Framework\v2.0.50727\
- Reinstall ASP.NET 2.0 by using the following command: aspnet_regiis -i command.
- Start IIS again after it has been run: iisreset /start
No comments:
Post a Comment