P
Peter Morris
Hi folks, just learning ASP.Net programming in C#, working
my way through some books on the subject.
I'm currently working on the Security chapter. I've entered the
example from the book using Windows authentication and
Forms authentication. When I run the programs I get the following
message in my 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.
============================
I don't understand this error message - WHICH web application
is currently unavailable? The program I've just typed in? But it's
there, how come its not available?
I can't find any application event log, either. Where would this be?
my way through some books on the subject.
I'm currently working on the Security chapter. I've entered the
example from the book using Windows authentication and
Forms authentication. When I run the programs I get the following
message in my 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.
============================
I don't understand this error message - WHICH web application
is currently unavailable? The program I've just typed in? But it's
there, how come its not available?
I can't find any application event log, either. Where would this be?