ASP Server Application Unavailable
Tech-Today

ASP Server Application Unavailable


If you ever encounter this error while setting up iis on your local machine or a virtual directory in the Internet Information Services and you look into the the Event Viewer and see the Application Logs:

"Server Application Unavailable

The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur."

Then the most usual solutions are:
1.) Reinstall iis, by issuing the following command

/>iisreset /stop
//navigate to your windows directory
//c:\windows\Microsoft.NET\Framework\v2.0.50727 probably
/>aspnet_regiis -i
/>iisreset /stop


2.) Or just try to add the ASPNET user to the directory where the newly created virtual directory points.
a.) this can be done by right clicking the folder:
b.) Select Properties->Security
c.) Add->Advanced
d.) Find Now, and select ASPNET




- How To Deploy Mvc3 Powered Website To Iis
After developing a website powered by MVC3 the next thing is deploying it on server. Our assumption is that the server has dotnet3.5/4.0 installed. Server Setup: 1.) Windows 2003 SP2 2.) Download and install dotnet 3.5/4.0 3.) Download and install MVC3...

- Create Mssql Aspnet Database
I always forget how to create an aspnet database so I'm noting it here: Just execute: c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe And just follow the steps. Next, next, next. Note: I'm using .net 2.0, change directory depending...

- Phpmyadmin - The Connection Was Reset . The Connection To The Server Was Reset While The Page Was Loading
Error: The connection was reset The connection to the server was reset while the page was loading. * The site could be temporarily unavailable or too busy. Try again in a few moments. * If you are unable to load any pages, check your computer's...

- Error Encountered: Requested Registry Access Is Not Allowed, System.security.securityexception
Problem: You have a dotnet application that reads key/value to the local registry but is restricted so you get the error. Solution: 1.) Goto run and type regedit, the "Registry Editor" window will open. 2.) Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Security...

- How To Remove Kbdrv16.com, Lsass.exe, Usb-hi.exe
Just last night I copied a file from a USB of my apartment mate and I noticed that there was something wrong the way the explorer is showing. I inspect my system and found two instances of services.msc in windows task manager [press ctrl + shift + esc]...



Tech-Today








.