Click to See Complete Forum and Search --> : Server Application Unavailable?


mjnicky
March 14th, 2007, 12:26 AM
I am new to ASP.NET and I've created a website using Asp.net 2.0 & C#.
When I preview my web pages in Visual Studio 2005 everything is ok, but when I published my website to a folder and expected to run it on a IIS server(My WinXP sp2 + IIS Laptop and another Win2003 + IIS server) ,I get the error on the browser:
------------------------------------
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.
------------------------------------
And when I turn to the log I found this:

The description for Event ID '-1073740736' in Source 'ASP.NET 2.0.50727.0' cannot be found. The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them. The following information is part of the event:'0x80131902 '

What's wrong with my website? Help!

mcmcom
March 14th, 2007, 06:51 PM
have you actually created the app in IIS ?

right click on the folder you uploaded the app to, then click properties and make sure the app has a name and actually is set as an IIS Application.

hth,
mcm