473,396 Members | 1,917 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

503 Service Unavailable Custom?

Howdy,

I'd like to setup an HTML for the error Service Unavailable however I don't
see 503 in the Custom Error list in IIS 6 (Win2003 stand sp1). How do I set
this up, if possible?

Thanks,
David Lozzi
Feb 1 '07 #1
2 2947

"David Lozzi" <dl****@nospam.nospamwrote in message
news:OZ**************@TK2MSFTNGP05.phx.gbl...
Howdy,

I'd like to setup an HTML for the error Service Unavailable however I
don't see 503 in the Custom Error list in IIS 6 (Win2003 stand sp1). How
do I set this up, if possible?
Hi David

according to
http://www.microsoft.com/technet/pro....mspx?mfr=true

The following errors are not customizable: 400, 403.9, 411, 414, 500,
500.11, 500.14, 500.15, 501, 503, and 505.
Feb 1 '07 #2
The following errors are not customizable: 400, 403.9, 411, 414, 500,
500.11, 500.14, 500.15, 501, 503, and 505.
you can test if web.config

<customErrors mode="On" defaultRedirect="CustomError.aspx">
<error statusCode="503" redirect="Error503.aspx" />
</customErrors>

helps to manage that error, however I think it will not work
Feb 1 '07 #3

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

Similar topics

0
by: David | last post by:
My "question" is on WebServices. How can i know that a sevice is available ?. I know there is the onserviceavailable property that enable a function when the WebService behavior got WSDL. But...
3
by: Casper Hornstrup | last post by:
I decided to try out VS.NET 2005 Beta 1 refresh and ASP.NET 2.0. I built a simple page and published it to a virtual directory in C:\Inetpub\wwwroot\WebSite1. VS.NET 2005 precompiled it. I get a...
11
by: Tomas Kepic | last post by:
Hi, i'm trying to create my first ASP.NET project ( HelloASPWorld project) but an error occured when I put OK button in NewProject. ERROR: "The Web server reported the following error when...
4
by: naveed | last post by:
I have the simple Hello World web service running in debug mode on my development machine (XP Pro SP2). I'm using VS2005. I'm able to access it from my machine. When I try to access it from...
0
by: HBrothers | last post by:
I have a web service running on W2003, IIS 6.0 with a client program running on XP sp 2. The web service is called often and repeatedly by the client program, and it spends some time inserting...
2
by: Russ | last post by:
Are there any code samples out there which detect the presence of a web service..ie windows app on a laptop which is able to talk to web services. If the laptop is offline, detect that the service...
3
by: Derek Smith | last post by:
I have tried installing an ASP.NET 2.0 application and when I try to browse the site I get a Service Unavailable error. These two messages are logged in the event log. ASP.NET is running on a...
2
by: maansi.creations | last post by:
Service unavailable error comes randomly while accessing our website and gets alright in matter of seconds....Could some one tell the possible reasons for these to happen: i got a earlier...
0
by: MichiMichi | last post by:
My services shows once a while the infamous error "Service Unavailable" (http 503 error). This error happens only if my asp.net application encounters a problem with the SQL Server. In my case it...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
0
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...
0
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...
0
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,...

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.