I can't see the details of the errors.

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: I can't see the details of the errors.

    Hello,

    "Onur Bozkurt" <destek@hementeknoloji.com> wrote in message
    news:%23NAxgHrUDHA.1276@TK2MSFTNGP09.phx.gbl...
    | When I wan't to browse my page I get an error like below. How can I see
    the
    | actual error. This doesn't happen when I try to reach the page from
    local,
    | the page works, but in somewhere else I get the following message.

    what about simply *reading* the message and doing what it says? Disable the
    Custom Errors, as it recommend.

    If you have custom errors disabled and still getting this error, then:

    a) You have wrongly placed web.config (must be in root of web application).
    b) You have syntax error in web.config so it can't be parsed. Note that it's
    XML and is case sensitive in elements/attribute names as well as values.

    --
    Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
    Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]


    Michal A. Valasek Guest

  2. Similar Questions and Discussions

    1. supress errors at the page level? Undefined index errors.
      I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in...
    2. Details
      Please see the attached file for details.
    3. [PHP] Your details
      John W. Holmes wrote: Mine did. MIMEDefang with SpamAssassin on the mail spool. -- H| I haven't lost my mind; it's backed up on tape...
    4. My details
      Please see the attached file for details.
    5. Your details
      Please see the attached file for details.
  3. #2

    Default Re: I can't see the details of the errors.

    But the page works well on localhost. It doesn't provide any error.

    "Michal A. Valasek" <news@altaircom.net> wrote in message
    news:eWzsqMrUDHA.2040@TK2MSFTNGP11.phx.gbl...
    > Hello,
    >
    > "Onur Bozkurt" <destek@hementeknoloji.com> wrote in message
    > news:%23NAxgHrUDHA.1276@TK2MSFTNGP09.phx.gbl...
    > | When I wan't to browse my page I get an error like below. How can I see
    > the
    > | actual error. This doesn't happen when I try to reach the page from
    > local,
    > | the page works, but in somewhere else I get the following message.
    >
    > what about simply *reading* the message and doing what it says? Disable
    the
    > Custom Errors, as it recommend.
    >
    > If you have custom errors disabled and still getting this error, then:
    >
    > a) You have wrongly placed web.config (must be in root of web
    application).
    > b) You have syntax error in web.config so it can't be parsed. Note that
    it's
    > XML and is case sensitive in elements/attribute names as well as values.
    >
    > --
    > Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
    > Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]
    >
    >

    Onur Bozkurt Guest

  4. #3

    Default Re: I can't see the details of the errors.

    | But the page works well on localhost. It doesn't provide any error.

    Default setting is to show error messages only for localhost. Maybe you have
    some error in page, which raises only under certain conditions, which
    doesn't happen on localhost. So the key is to know, what error occurs.

    - It's problem only on this one page? All other works well?
    - If some other page raises error - try for example Throw New
    Exception("Sigh!") - is displayed error or the mentioned message?
    - Are you 100% sure you're looking to the right application? Something may
    be wrong in IIS configuration

    HTH

    --
    Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
    Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]


    Michal A. Valasek Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139