Washington Mutual -- network security?

From: flintmich (chittle_at_gmail.com)
Date: 01/31/05


Date: 31 Jan 2005 10:06:16 -0800


>>From the Washington Mutual login page. benign stuff maybe, but...

Server Error in '/postlogon' 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 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.

!-- Web.Config Configuration File --

configuration
system.web
customErrors mode=Off/
/system.web
/configuration

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 customErrors configuration tag to point to a custom error
page URL.

!-- Web.Config Configuration File --

configuration
system.web
customErrors mode=RemoteOnly defaultRedirect=mycustompage.htm/
/system.web
/configuration



Relevant Pages

  • Re: .net 2.0 set up error
    ... You wouldn't want to check in customErrors = Off into ... SourceSafe it could make it to a production server. ... configuration file located in the root directory of the current web ...
    (microsoft.public.dotnet.framework.aspnet)
  • Server Error in / Application.
    ... Both my machine.config file and the web.config files have customErrors ... An application error occurred on the server. ... To enable the details of this specific error message to be viewable ... configuration file located in the root directory of the current web ...
    (microsoft.public.dotnet.general)
  • Re: Windows Service config file
    ... "Server encountered an internal error. ... customErrors in the server's .config file." ... Here's the error message on the client sided ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: IIS5 Visual Basic.net 2003 - Internal Server Error
    ... The error sounds like it is not with IIS but an application running on IIS, ... on their local machines but not your server, ... > How do I turn on customErrors in IIS5? ... >> Please also disable "Show Friendly HTTP Error messages" in your ...
    (microsoft.public.inetserver.iis)
  • Re: Intermittent issue with asp?? external users get server runtime er
    ... An application error occurred on the server. ... please create a <customErrors> tag within a "web.config" ... configuration file located in the root directory of the current web ... There isn't a single event in the logs or event viewer. ...
    (microsoft.public.dotnet.framework.aspnet)