Hi guys! I'm having a problem when I configure it in my webserver but when I run it in my local machine, I have no error. what should I do to set my web.config in the webserver? here's my error below. pls. help me. tnx. =) Server Error in '/AttDed' Application.
-------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent 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. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config"
configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". 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 configuration tag to point to a custom error page URL.
angelana You need to change the 'customErrors' tag to switch custom errors off. This will enable you to view the actual error message and troubleshoot from there. So on the webserver, change the web.config file so that the customerrors tag looks as follows:
If you then try to access the application again, you should see a different error message that will give you more detail. If this doesn't work, try accessing the application on the web server itself (assuming you have physical access to the web server). hth
angelana
Member
145 Points
29 Posts
Help!!! I have error in my web.config...
Aug 26, 2003 07:47 AM|LINK
notsocleverd...
Member
305 Points
61 Posts
Re: Help!!! I have error in my web.config...
Aug 26, 2003 12:31 PM|LINK
angelana
Member
145 Points
29 Posts
Re: Help!!! I have error in my web.config...
Aug 27, 2003 01:14 AM|LINK