Server Application Unavailable when trying to run from website

  • Thread starter Thread starter Joe Bonavita
  • Start date Start date
J

Joe Bonavita

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.

I developed the pages in C# on my local machine and now want to post it to
the web server (hosted by hostway.com). I copied the folder from my
Inetpub\wwwroot local folder to a subfolder under the web server using
windows explorer.

I don't know if I'm doing this right or if there is something I'm missing.

Hostway says they do support ASP.NET.
 
Hey

Have u set up virtual directory and then accessed it?

in the webconfig file set the custom errors property
to "On"

i hope this helps
 
Back
Top