|
 |
asp_web_howto thread: Default Error Page
Message #1 by rg1@h... on Mon, 30 Apr 2001 18:09:38
|
|
Hello.
Can anybody tell me where the default error page is, that displays "The
Page Cannot Be Found" page when a URL request is given for a nonexisting
page?
Also, how can I capture this error before it gets sent to the Browser.
I'm using ASP 2.0 so don't have access to the ASPError object.
TIA.
Rita
Message #2 by "Daniel O'Dorisio" <dodorisio@h...> on Mon, 30 Apr 2001 14:14:26 -0400
|
|
by default this error page (for iis5) is located at in
c:\winnt\help\iishelp\common\404b.htm
you can change this by going to the internet services manager and
right-click on the virtural site/folder and select the custom errors tab.
there you can change the location of the page.
about the second question.. im not sure
Daniel
-----Original Message-----
From: rg1@h... [mailto:rg1@h...]
Sent: Monday, April 30, 2001 6:10 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Default Error Page
Hello.
Can anybody tell me where the default error page is, that displays "The
Page Cannot Be Found" page when a URL request is given for a nonexisting
page?
Also, how can I capture this error before it gets sent to the Browser.
I'm using ASP 2.0 so don't have access to the ASPError object.
TIA.
Rita
---
SoftArtisans helps developers build robust, scalable Web applications!
Excel Web reports, charts: http://www.softartisans.com/excelwriter.html
File uploads: http://www.softartisans.com/saf.html
Transactional file management: http://www.softartisans.com/saf1.html
Scalability: http://www.softartisans.com/saxsession.html
ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html
$subst('Email.Unsub')
Message #3 by Rita Greenberg <rg1@h...> on Mon, 30 Apr 2001 12:00:23 -0700
|
|
Thanks Daniel. We're on IIS4. I did a file find in Microsoft Explorer and it
came up with the file 404b.htm in
C:\WINNT\HELP\COMMON.
I still need to know how to trap for it before it's sent to the browser.
Rita
-----Original Message-----
From: Daniel O'Dorisio [mailto:dodorisio@h...]
Sent: Monday, April 30, 2001 11:14 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Default Error Page
by default this error page (for iis5) is located at in
c:\winnt\help\iishelp\common\404b.htm
you can change this by going to the internet services manager and
right-click on the virtural site/folder and select the custom errors tab.
there you can change the location of the page.
about the second question.. im not sure
Daniel
-----Original Message-----
From: rg1@h... [mailto:rg1@h...]
Sent: Monday, April 30, 2001 6:10 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Default Error Page
Hello.
Can anybody tell me where the default error page is, that displays "The
Page Cannot Be Found" page when a URL request is given for a nonexisting
page?
Also, how can I capture this error before it gets sent to the Browser.
I'm using ASP 2.0 so don't have access to the ASPError object.
TIA.
Rita
|
|
 |