Connecting Tech Pros Worldwide Forums | Help | Site Map

ASP.NET 'Server Application Unavailable'

joedeene's Avatar
Site Addict
 
Join Date: Jul 2008
Location: US of A
Posts: 587
#1: Oct 12 '08
Ok, I have a website, that I am hosting myself with XP Pro on a virtual machine, all is well. I can access the main index in the directory, internally, and I can access the asp.net PAGE but not the application and design, so I know that I am picking up the write page, just getting an error, here's the exact 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. "

Bear in mind that I am fairly new to hosting, and this is my first asp.net actually hosted, once configured properly, but I guess one question is where can i find the 'application event log' on the web server(on the virtual machine) to get an exact error? I am using VWD 2008 Express on my host, vista machine, and transferring the full, built, directory over to my hosting directory on the virtual machine. Any ideas?

joedeene

nateraaaa's Avatar
Expert
 
Join Date: May 2007
Location: Illinois
Posts: 663
#2: Oct 14 '08

re: ASP.NET 'Server Application Unavailable'


Do you have IIS installed on the virtual machine? If so do you have a virtual directory set up on your virtual machine?

Nathan
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#3: Oct 14 '08

re: ASP.NET 'Server Application Unavailable'


Check your Windows Event Log first...

Start menu->point to Administrative Tools->and then click Event Viewer

If it's not there you'll have to look for the IIS event log which are found in your
C:\Windows\System32\LogFiles directory.
joedeene's Avatar
Site Addict
 
Join Date: Jul 2008
Location: US of A
Posts: 587
#4: Oct 14 '08

re: ASP.NET 'Server Application Unavailable'


Quote:

Originally Posted by nateraaaa

Do you have IIS installed on the virtual machine? If so do you have a virtual directory set up on your virtual machine?

Nathan

Yes, I do have IIS installed, because I can reach all of the main html page that I am hosting off of it properly, and what do you mean virtual directory...and Frinny I will look for the logs in those two places and get back...

joedeene
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#5: Oct 14 '08

re: ASP.NET 'Server Application Unavailable'


I've moved the thread to the IIS Forum since this is an IIS related problem.
joedeene's Avatar
Site Addict
 
Join Date: Jul 2008
Location: US of A
Posts: 587
#6: Oct 22 '08

re: ASP.NET 'Server Application Unavailable'


Ok, I've managed to go to the Administrative Tools->Event Viewer->Application Then the one's that say source from ASP.NET have this "description" of the error...

Failed to initialize the AppDomain:/LM/W3SVC/1/ROOT

Exception: System.Configuration.ConfigurationErrorsException

Message: Exception of type 'System.Configuration.ConfigurationErrorsException ' was thrown.

I've taken the stack trace out, it was fairly long...Anyone have an idea why I'm getting this? I'll Google it more in the meantime.

joedeene
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#7: Oct 22 '08

re: ASP.NET 'Server Application Unavailable'


Quote:

Originally Posted by joedeene

Ok, I've managed to go to the Administrative Tools->Event Viewer->Application Then the one's that say source from ASP.NET have this "description" of the error...

Failed to initialize the AppDomain:/LM/W3SVC/1/ROOT

Exception: System.Configuration.ConfigurationErrorsException

Message: Exception of type 'System.Configuration.ConfigurationErrorsException ' was thrown.

I've taken the stack trace out, it was fairly long...Anyone have an idea why I'm getting this? I'll Google it more in the meantime.

joedeene

I'm not sure if this is the same problem but...check out this thread

-Frinny
Reply