I wan't to limit the number of IIS connection and have set the number of
allowable connections. I tested this and I get the following error message
when I exceed the connection "Service Unavailable". This is fine however, I
wanted to display my own customer error message.

I thought the system would generate 500;13 Server too busy error message but
this is not the case. Can anyone tell me how we can replace this error
message with a customer page?

thanks,

Peter Hirosss

Re: Customer error message by Kristofer

Kristofer
Sun Dec 12 11:25:21 CST 2004

Hello,

You cannot customize this error message in IIS 6.0.

What IIS version do you use?

Link:
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/windowsserv/2003/standard/proddocs/en-us/qos_limitconn.asp

--
Regards,
Kristofer Gafvert
http://www.ilopia.com


"Peter Hiross" <PAHiross@currentInc.com> wrote in message
news:egPBnD73EHA.2404@TK2MSFTNGP14.phx.gbl...
>I wan't to limit the number of IIS connection and have set the number of
> allowable connections. I tested this and I get the following error message
> when I exceed the connection "Service Unavailable". This is fine however,
> I
> wanted to display my own customer error message.
>
> I thought the system would generate 500;13 Server too busy error message
> but
> this is not the case. Can anyone tell me how we can replace this error
> message with a customer page?
>
> thanks,
>
> Peter Hirosss
>
>



Re: Customer error message by WillieWorstel

WillieWorstel
Sun Dec 12 17:05:32 CST 2004

Build a counter in global.asa or global.asax and intercept the maximum
connections before IIS reports the problems.


Jeroen


"Peter Hiross" <PAHiross@currentInc.com> schreef in bericht
news:egPBnD73EHA.2404@TK2MSFTNGP14.phx.gbl...
>I wan't to limit the number of IIS connection and have set the number of
> allowable connections. I tested this and I get the following error message
> when I exceed the connection "Service Unavailable". This is fine however,
> I
> wanted to display my own customer error message.
>
> I thought the system would generate 500;13 Server too busy error message
> but
> this is not the case. Can anyone tell me how we can replace this error
> message with a customer page?
>
> thanks,
>
> Peter Hirosss
>
>