473,757 Members | 10,007 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET 'Server Application Unavailable'

joedeene
583 Contributor
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
Oct 12 '08 #1
6 5555
nateraaaa
663 Recognized Expert Contributor
Do you have IIS installed on the virtual machine? If so do you have a virtual directory set up on your virtual machine?

Nathan
Oct 14 '08 #2
Frinavale
9,735 Recognized Expert Moderator Expert
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\Syst em32\LogFiles directory.
Oct 14 '08 #3
joedeene
583 Contributor
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
Oct 14 '08 #4
Frinavale
9,735 Recognized Expert Moderator Expert
I've moved the thread to the IIS Forum since this is an IIS related problem.
Oct 14 '08 #5
joedeene
583 Contributor
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 "descriptio n" of the error...

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

Exception: System.Configur ation.Configura tionErrorsExcep tion

Message: Exception of type 'System.Configu ration.Configur ationErrorsExce ption' 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
Oct 22 '08 #6
Frinavale
9,735 Recognized Expert Moderator Expert
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 "descriptio n" of the error...

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

Exception: System.Configur ation.Configura tionErrorsExcep tion

Message: Exception of type 'System.Configu ration.Configur ationErrorsExce ption' 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
Oct 22 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
528
by: Mridul Buragohain | last post by:
hi all! ===================================== my environment: MS .NET 1.1 with Service pack 1 ASP.NET framework IIS 5.0 C#.NET language. =====================================
5
2789
by: Ken Cox [Microsoft MVP] | last post by:
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE ------------------------------------------------------------------------------- -
1
2980
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start debugging on the web server. server side error occurred on sending debug HTTP Request. I am running WinXP Pro SP1 with all hotfixes and VS.NET 2002 and .NET Framework 1.0
1
3158
by: Keith | last post by:
All, I have been told this is an ASP.NET issue and not an IIS issue, so I am posting this here. I have a problem with ASP.NET returning an HTTP 500 error when trying to run ASPX pages on Windows Server 2003 Enterprise Edition Only. This works on Windows 2000, Windows 2003 Web Edition and
9
647
by: Steve Buster | last post by:
All right, I have read every forum, newsgroup etc about this issue and no one seems to know how to fix it. I am getting a "Server Application Unavailable" exception running my .NET 1.1 application. I use W2K SP4 and have applied the hot Fix KB824146 and KB824105, both IE fixes. I don't have VS installed because this is a Quality Environment. I do have .NET SDK and .NET 1.1 Runtime installed. I can't change my APSNET user to run as...
6
2877
by: Damon Roberts | last post by:
Hi My dev server has started posting a Server Application Unavailable error for all of my asp.net web apps... 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.
0
1283
by: Phinneas | last post by:
Howdy, I have multiple apps running on a pair of dual-processor Win2k IIS servers, neither of which are domain controllers. My users are experiencing fairly frequent (10-20 / day) "Server Application Unavailable" errors. I'm using a custom "Server Application Unavailable" page to send me an email whenever this occurs. I also have a ProcessHistory page that leverages ProcessModelInfo.GetHistory() to show me what's going on at the...
17
5100
by: Jon B | last post by:
Hi All! I have a ASP.NET 2.0 site that works on the Windows 2000 Server. However, when I tried to view this site on my local Windows XP machine, I get "Server Unavailable". If I switch the Windows XP IIS back to ASP.NET 1.1 then I get the Configuration Error (which is understandable because I'm trying to run an ASP.NET 2 site with 1.1 framework). I can however view other ASP.NET 1.1 sites on my local Windows XP machine. It's only the...
13
4775
by: Kevin Liebowicz | last post by:
Yes, I wasted the past two days trying to fix this. Yes, this is on a Win2003 Server. Yes, this machine is a domain controller. Yes, I seen the dozens of KB articles like this one: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315158 But the problem is that 99% of these are for ASP .NET 1.x and this is .NET 2.x which I just installed to try and get .net working for the first time ever. I've see all the HACKS to get .net 1.x...
5
21657
by: myth0s | last post by:
Hello everybody :) I have trouble getting my ASP application to work. I googled a lot for a solution... many solutions I tried came from The Scripts, but none of them worked. Nonetheless, I think somebody out there can help me ;) So, I have an ASP.NET 2.0 application on the test server. That application doesn't work, I get "Server Application Unavailable" all the time but... while experimenting with all the possibles solutions I found over...
0
10072
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9737
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8737
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7286
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5172
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3829
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3399
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2698
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.