Re: Error message I don't understand (newbie Q)
From: Kevin Spencer (kevin_at_takempis.com)
Date: 03/19/04
- Next message: Paul: "Re: Populating a Dropdown Listbox"
- Previous message: Jeff S: "Re: Visual Studio IDE Question"
- In reply to: Peter Morris: "Error message I don't understand (newbie Q)"
- Next in thread: Ken Schaefer: "Re: Error message I don't understand (newbie Q)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Mar 2004 15:25:10 -0500
Hi Peter,
I can't tell you why you're getting this error, but I can tell you where to
look for an answer, and I can tell you what the "Application" referred to
is. The Application is the ASP.Net worker process that is running. In IIS,
you can configure a virtual directory as an Application. This means that all
ASP.Net pages in or under this folder (that are not in another folder
configured as an Application) run their code in the same Application Domain,
or memory space.
As to what is causing this, I don't know. But here is a link to a bunch of
Knowledge Base articles about the subject:
http://support.microsoft.com/search/default.aspx?InCC_hdn=true&Catalog=LCID%3D1033%26CDID%3DEN-US-KB%26PRODLISTSRC%3DON&withinResults=&QuerySource=gASr_Query&Product=aspnet&Queryc=Server+Application+Unavailable&Query=Server+Application+Unavailable&KeywordType=ALL&maxResults=150&Titles=false&numDays=&InCC=on
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "Peter Morris" <nospam.ple@se> wrote in message news:qxH6c.20846$xv1.467944485@news-text.cableinet.net... > Hi folks, just learning ASP.Net programming in C#, working > my way through some books on the subject. Being a newbie > I'm not certain wether this is a problem with dotNET, IIS > or security, so I'm posting this question to all the relevent groups. > > 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? > > Here's the logging information I get. > > #Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port > cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes > cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer) > > 2004-03-19 18:35:45 ******* - W3SVC1 HOME ******* GET > /Simple+Form+Login/Login.aspx - 500 0 846 243 2734 HTTP/1.1 localhost > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322) - - > > (I've replaced my IP number with ****** just in case some hacker can use > it to crack my computer, I'm not sure if that's possible but I dont want to > risk it) > > I can't see any indication of what the error is. Any ideas? > >
- Next message: Paul: "Re: Populating a Dropdown Listbox"
- Previous message: Jeff S: "Re: Visual Studio IDE Question"
- In reply to: Peter Morris: "Error message I don't understand (newbie Q)"
- Next in thread: Ken Schaefer: "Re: Error message I don't understand (newbie Q)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|