If you go to “Internet Information Services Manager” on your server you should see your “Web Sites” folder as well as a “Web Service Extensions” folder. In that folder there are some services listed there (depending on what you have installed) and you should have “ASP.NET v2.0.50215” listed. Make sure the service is set to “Allow”.
[bash]
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727>aspnet_regiis.exe -i
Start installing ASP.NET (2.0.50727).
………………………
Finished installing ASP.NET (2.0.50727).
Failure Determining if we are running on a domain controller: IsDomainController failed with HRESULT 80070842: ‘The Server service is not started. ‘
[/bash]
Solution:
In command prompt run the below command
[bash]
net start server
[/bash]
Leave a Reply