security problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Miguel Angel Dinelli

    #1

    security problem

    Hi, all

    iI´m trying to connect to web server and I got this message:

    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.

    somebody knows because it causes?

    tks

    Mike Dinelli


  • Michael Giagnocavo [MVP]

    #2
    Re: security problem

    In the error page you are somewhat quoting, it shows you what you need to
    change in your web.config to allow the full error details to be sent to
    remote clients (<customErrors mode="Off">).
    -mike
    MVP

    "Miguel Angel Dinelli" <mdinelli@vscon sultores.com.ar > wrote in message
    news:%2319zSBJq DHA.2064@TK2MSF TNGP11.phx.gbl. ..[color=blue]
    > Hi, all
    >
    > iI´m trying to connect to web server and I got this message:
    >
    > 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.
    >
    > somebody knows because it causes?
    >
    > tks
    >
    > Mike Dinelli
    >
    >[/color]


    Comment

    Working...