Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: runtime error message  (Read 3525 times)

0 Members and 1 Guest are viewing this topic.

tdw1111

  • Guest
runtime error message
« on: June 05, 2007, 03:24:45 PM »
Hey,

I'm got following message from windows vista when i wanted to get into my e-mail. What does it mean

Thanks,
Steven

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

unlovedwarrior



    Guru

  • someday this name will be known
  • Thanked: 13
    Re: runtime error message
    « Reply #1 on: June 05, 2007, 03:57:29 PM »
    what program??

    tdw1111

    • Guest
    Re: runtime error message
    « Reply #2 on: June 05, 2007, 04:20:29 PM »
    internet explorer

    unlovedwarrior



      Guru

    • someday this name will be known
    • Thanked: 13
      Re: runtime error message
      « Reply #3 on: June 05, 2007, 05:08:04 PM »
      restore to defaults on verything

      tools internet options go to each tab and reset it to defualt if it has the option