473,809 Members | 2,819 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

webapp - what log file?

I use debug->"Start without debugging", I get the
following message on the browser window. What log file
is it talking about?

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
system event log of the web server. Please review this
log entry to discover what caused this error to occur.

Nov 15 '05 #1
5 1558
start -> run -> eventvwr

look at the "system" group

Kevin wrote:
I use debug->"Start without debugging", I get the
following message on the browser window. What log file
is it talking about?

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.

Administrato r Note: An error message detailing the cause
of this specific request failure can be found in the
system event log of the web server. Please review this
log entry to discover what caused this error to occur.


Nov 15 '05 #2
The Event viewer is an Administrative tool which holds System, security, and
Application eventlogs. Depending on what OS you are on it will be in
different places. Here's where it is on the two systems I have here.

Win2K = Start|Settings| Control Panel|Administr ative Tools|EventView er
Win 2k3 = Start|Administr ative Tools|EventView er

--
Greg Ewing [MVP]
http://www.citidc.com
"Kevin" <x@nospam.com > wrote in message
news:01******** *************** *****@phx.gbl.. .
I use debug->"Start without debugging", I get the
following message on the browser window. What log file
is it talking about?

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
system event log of the web server. Please review this
log entry to discover what caused this error to occur.

Nov 15 '05 #3
I forgot to mention the source, Service Control Manager.

I am running XP.

-----Original Message-----
The Event viewer is an Administrative tool which holds System, security, andApplication eventlogs. Depending on what OS you are on it will be indifferent places. Here's where it is on the two systems I have here.
Win2K = Start|Settings| Control Panel|Administr ative Tools|EventView erWin 2k3 = Start|Administr ative Tools|EventView er

--
Greg Ewing [MVP]
http://www.citidc.com
"Kevin" <x@nospam.com > wrote in message
news:01******* *************** ******@phx.gbl. ..
I use debug->"Start without debugging", I get the
following message on the browser window. What log file
is it talking about?

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
system event log of the web server. Please review this
log entry to discover what caused this error to occur.

.

Nov 15 '05 #4
"Kevin" <x@x.com> wrote in message
news:2a******** *************** *****@phx.gbl.. .
I forgot to mention the source, Service Control Manager.

I am running XP.


Let me guess, XP with .net 1.0? The error was caused by a recent security
patch. It only affects people with XP pro and .net 1.0.

http://asp.net/faq/ms03-32-Issue.aspx
Nov 15 '05 #5
oops, didn't realize that was you (Kevin) that posted the solution.
Thanks - that saved me a bit of time the other day.

--
Mike Mayer
http://www.mag37.com/csharp/
mi**@mag37.com
"Michael Mayer" <mi**@mag37.com > wrote in message
news:uX******** ******@TK2MSFTN GP09.phx.gbl...
"Kevin" <x@x.com> wrote in message
news:2a******** *************** *****@phx.gbl.. .
I forgot to mention the source, Service Control Manager.

I am running XP.


Let me guess, XP with .net 1.0? The error was caused by a recent security
patch. It only affects people with XP pro and .net 1.0.

http://asp.net/faq/ms03-32-Issue.aspx

Nov 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1597
by: Anakim Border | last post by:
App servers such as quixote, webware and skunkweb (just to name a few) offer a clean environment to develop Python webapps. I have some problems, however, understanding their security model. My objective is to host webapps from different people on a single Linux server; because of that, I want to be sure that one webapp cannot interfere with another. My first attempt at privilege separation went through users & groups. Unfortunately...
2
1693
by: Zhang Weiwu | last post by:
Hello. We recently designed a webapp and because most HQ staff use FF, we designed it based on FF. Now we extend this webapp to allow sub-offices in other cities to use the webapp, they use IE, and the look is terrible, CSS positions are very wrong. I can find all the difference between IE and mozilla and correct every positioning by providing two stylesheets for Mozilla and IE. But this is a lot of work. I wonder if there are existing...
2
1871
by: Adam Clauss | last post by:
Alright, I have a webapp in which I need to send a byte (which happens to be the contents of an excel spreadsheet read in from the .xls file). Now, I can't actually redirect the user (Response.Redirect()) to the file, so I want to just send the byte itself. My question is, Response.Write() only takes a char, so how can I send this byte? (And what other headers might I need to set since I'm doing this sorta manually?)
5
4676
by: Raghu Raman | last post by:
Hi, I want to run the calculator.exe file from my c# webapp.I did this by using the hyperlink control and the location of the exe is the navigate url and is working nice. But it gives the dialog box telling ,'one or more files can harm your computer ...' since it is opening on the IE. if i click the open button the calc.exe is opened.
0
1051
by: Matthew Hanna | last post by:
I am not sure where to put this question so I am putting it in two places: microsoft.public.dotnet.framework.aspnet and microsoft.public.dotnet.languages.vb. Sorry for any disturbance this may cause. I am trying to figure out how to debug my vb6 dll that is being called from a vb.net webapp in VS ..NET 2003 Pro. I have tried what is described at http://support.microsoft.com/?kbid=811658
1
1200
by: Sebastien | last post by:
Hello, How can I configure IIS manually to allow me to develop an existing aspnet ? I tried manually creating the virtual directory and setting the local path to my source path but VS can't find the .csproj file of my project even though it is sitting in my source path?? I tried to create a new WebApp from VS IDE, and then change the virtual directory's local path to my source path, but it does not let me do it (disabled in IIS) ...
12
3180
by: Mats Lycken | last post by:
Hi, I'm creating a CMS that I would like to be plug-in based with different plugins handling different kinds of content. What I really want is to be able to load/unload plugins on the fly without restarting the application. What I did was to create an AppDomain that loaded the plugins and everything was great, until I tried to pass something else that strings between the domains...
5
3507
by: Sam777 | last post by:
I was under the impression that creating the app_offline.htm file at the root of the webapp would cause all handles to be closed so that the app could be removed. Unfortunately, this isn't the case. One handle remains open. Debugging shows that it's actually the IIS cache and not ASP.NET that owns this handle. During IIS shutdown, the handle is closed with the following stack trace: ChildEBP RetAddr 0006fbe4 5a403e05...
2
1675
by: joer.banno | last post by:
Hi, In a webapp I'm writing I need to know if another webapp is running (both of which are asp.net), is there a way that you can check for the presence of another webapp? The problem is that my first webapp sends an invite to users to visit another webapp, this second webapp can be published in any kind of url or domain.
4
1203
by: Jethro | last post by:
hi guys, working with an inherited "project" only I have no vsprog file. The project is a web application. Is there anyway I can recreate the project file. At present I am loading it as a website. It works, but because it's not being treated as a webapp, it's messing my source control up .... thanks guys
0
9600
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10633
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
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10375
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7651
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
6880
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5548
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
5686
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3860
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.