October 12, 2012

Asp / Asp.net errors

Windows General,

Server Application ‘/’ unavailable error This is a generic error message. If this related to asp error (you can identify this by checking the error message under the Server application ‘/’ unavailable error) Possible solutions: 1. Check the permissions for the domain folders. Assign Asp.net and network service permissions to it if it lacks. 2.…

Read more
August 28, 2012

Problem starting asp.net service – Asp regiis

Windows General,

If Asp service is not displayed in services.msc but installed OR if you are having a problem starting the ASP.net service, please follow the steps: Run -> cmd -> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 or C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727 Go to this location and enter the following command: aspnet_regiis.exe -i This command will repair the asp.net installation.

Read more