
March 6th, 2001, 04:48 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Error!!! help me ,please!
<i><b>Originally posted by : wusong (wu_song@netease.com)</b></i><br />My first program is error!Why?<br /><br />Application Error <br />Runtime Error <br />Description: An application error occured on the server. The current customerror settings for this application prevents the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. <br /><br />Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customerrors> tag within the config.web configuration file located in the root directory of the current web application. This <customerrors> tag should then have its "mode" attribute set to "off".<br /><br /><configuration><br /> <customerrors mode="off"/><br /></configuration><br /> <br /><br />Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultredirect" attribute of the application's <customerrors> config.web tag to point to a custom error page URL.<br /><br /><configuration><br /> <customerrors mode="remoteonly" defaultredirect="mycustompage.htm"/><br /></configuration><br /><br />Version Information: Runtime Build: 1.0.2204.21; ASP.NET Build: 1.0.2204.21 <br /><br />
|