Answered by:
IIS: Server Application Unavailable for aspx

Question
-
I get this error message every time I try and run a local and personal aspx page on my local IIS server (IIS v6, .net2.0), server that i have just installed on my XP pro box. Any idea what the cause could be? thanks in advance for your help and happy new year!
ERROR: 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.IIS LOG:
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2006-12-31 17:19:12
#Fields: time c-ip cs-method cs-uri-stem sc-status
17:19:12 192.168.0.1 GET /simple/WebControls.aspx 500
17:19:29 192.168.0.1 GET /simple/WebControls.aspx 500
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2006-12-31 17:28:54
#Fields: date time c-ip 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)
2006-12-31 17:28:54 192.168.0.1 W3SVC1 YGERMAIN 192.168.0.1 80 GET /simple/simplewebform.aspx - 500 0 1033 346 3500 HTTP/1.1 192.168.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727) ASPSESSIONIDQQRQDDDS=MBDDBIODMDFPJAHGILAIEAAJ;+ASPSESSIONIDQQRTBCCS=NDPPOJODDGBMBCHPHLMJEMGL -
2006-12-31 17:45:35 192.168.0.1 W3SVC1 YGERMAIN 192.168.0.1 80 OPTIONS / - 200 0 383 147 703 HTTP/1.1 192.168.0.1 Microsoft-WebDAV-MiniRedir/5.1.2600 - -
2006-12-31 17:45:35 192.168.0.1 W3SVC1 YGERMAIN 192.168.0.1 80 PROPFIND /simple - 207 0 964 164 0 HTTP/1.1 192.168.0.1 Microsoft-WebDAV-MiniRedir/5.1.2600 - -
2006-12-31 17:45:35 192.168.0.1 W3SVC1 YGERMAIN 192.168.0.1 80 PROPFIND /simple/simplewebcontrol.aspx - 404 0 4205 186 0 HTTP/1.1 192.168.0.1 Microsoft-WebDAV-MiniRedir/5.1.2600 - -
2006-12-31 17:45:35 192.168.0.1 W3SVC1 YGERMAIN 192.168.0.1 80 PROPFIND /simple - 207 0 964 164 0 HTTP/1.1 192.168.0.1 Microsoft-WebDAV-MiniRedir/5.1.2600 - -
2006-12-31 17:45:35 192.168.0.1 W3SVC1 YGERMAIN 192.168.0.1 80 PROPFIND /simple - 207 0 3906 182 16 HTTP/1.1 192.168.0.1 Microsoft-WebDAV-MiniRedir/5.1.2600 - -
2006-12-31 17:45:35 192.168.0.1 W3SVC1 YGERMAIN 192.168.0.1 80 GET /simple/simplewebcontrol.aspx - 500 0 1033 349 187 HTTP/1.1 192.168.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727) ASPSESSIONIDQQRQDDDS=MBDDBIODMDFPJAHGILAIEAAJ;+ASPSESSIONIDQQRTBCCS=NDPPOJODDGBMBCHPHLMJEMGL -Yannick.
Sunday, December 31, 2006 5:55 PM
Answers
-
Thanks Ken, that partially solved my issue. I then had to uninstall and re-install all asp.net instances from iis:
http://community.rainbowportal.net/blogs/jonathans_rainbow_blog/archive/2006/03/10/1347.aspx
Tuesday, January 2, 2007 1:57 PM
All replies
-
First make sure ASP.Net 2.0 is installed. Use aspnet_regiis to install it if necessary. Second in the iis manager make sure the website is using the right version of asp.netSunday, December 31, 2006 7:02 PM
-
thanks. that is all there already. any other idea?Monday, January 1, 2007 2:05 AM
-
What is the error in the event log?Monday, January 1, 2007 11:56 AM
-
i got a few errors about "aspnet_wp.exe (PID: 5816) stopped unexpectedly." but then, I can see what looks like the cause of the pb, this error that complains about read permissions, where can I make that config change?
"Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902"
Monday, January 1, 2007 12:18 PM -
Monday, January 1, 2007 2:35 PM
-
Thanks Ken, that partially solved my issue. I then had to uninstall and re-install all asp.net instances from iis:
http://community.rainbowportal.net/blogs/jonathans_rainbow_blog/archive/2006/03/10/1347.aspx
Tuesday, January 2, 2007 1:57 PM