Results 1 to 2 of 2

Thread: Run time Error

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Run time Error

    hello guise i got the errors at when i run my asp.net page
    i add the following tag/code

    <asp:textbox ID="txtName" runat="server" TextMode="SingleLine" Text="" />

    how we define web.config file etc

    please help...

    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 <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

  2. #2
    Lively Member
    Join Date
    Mar 2002
    Posts
    96

    Re: Run time Error

    You have the answer in your question:
    This <customErrors> tag should then have its "mode" attribute set to "Off".

    Open up the web config file in your project and make the change to see the error.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width