Re: Runtime Error when going to Hotmail
- From: "Robert Aldwinckle" <robald@xxxxxxxxxxxxx>
- Date: Thu, 13 Oct 2005 15:15:37 -0400
"Shola" <Shola@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FA51C55D-0EF1-4203-91AF-789D07B7068F@xxxxxxxxxxxxxxxx
>I get this message after going to hotmail.com... (note: acer travelmate 800,
> xp sp2, ie6). I can read my mail by going through Messenger.
>
>
> Server Error in '/' Application.
This may be a symptom of too strict security on the client side.
First, make sure that your Security settings are Default.
E.g. doubleclick on the security zone icon in the Status bar
and click Default Level.
BTW what zone is this URL coming up in?
If it is the Internet zone and you don't want to set default level security
always in that zone consider adding it to the list of sites in the Trusted Sites
zone and use its security levels instead.
Good luck
Robert Aldwinckle
---
> --------------------------------------------------------------------------------
>
> 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>
>
> thanks for the help.
>
>
.
- Prev by Date: Re: Microsoft Visual C++ Runtime Library Runtime Error!
- Next by Date: Re: Passing a URL to another application instead of downloading it fir
- Previous by thread: Re: Runtime Error when going to Hotmail
- Next by thread: Re: zoom in/ouy does not work after installing sp2
- Index(es):
Relevant Pages
|