Hi members
after publiching my webapp on the server
the client side execute it normally perfectly fine
and i want when error ocured know the error meaning because
sometime whe i reead the error in client side nothing meaningless
like this
Runtime error
Description: An application error has occurred on the server. The current custom error settings for this app prevent the app error details from being viewed remotely (for security reasons). However, they can be viewed by browsers that are running on the local server computer.
Details: To enable the details of this specific error message to be displayed on remote computers, create a <customErrors> tag in a "web.config" configuration file located in the root directory of the current web application. Then set the "mode" attribute of this <customErrors> tag to "off".
please help