1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

I.E. 7 Server error in application

Discussion in 'Internet Explorer & Microsoft Edge' started by Alicia J, 2008/05/24.

  1. 2008/05/24
    Alicia J Lifetime Subscription

    Alicia J Geek Member Thread Starter

    Joined:
    2002/01/07
    Messages:
    1,132
    Likes Received:
    1
    I have XP SP3 with I.E. version 7.0.5730.11 and get the error trying to load
    one particular website. I can do so with Firefox without any problems.

    I ran Ad aware to clean out tracking cookies. Spybot, tried deleting host files added by Spybot, Ccleaner including index.dat, flushed DNS, temp files cleaned out, what else should I try? What does this error mean? Would the User agent string utility help? I don't know if it's compatible with SP 3.

    I am not having any problem with any other website. Error with I.E.7.JPG
     
  2. 2008/05/24
    Alicia J Lifetime Subscription

    Alicia J Geek Member Thread Starter

    Joined:
    2002/01/07
    Messages:
    1,132
    Likes Received:
    1

  3. to hide this advert.

  4. 2008/05/24
    Whiskeyman Lifetime Subscription

    Whiskeyman Inactive Alumni

    Joined:
    2005/09/10
    Messages:
    1,772
    Likes Received:
    37
  5. 2008/05/24
    Alicia J Lifetime Subscription

    Alicia J Geek Member Thread Starter

    Joined:
    2002/01/07
    Messages:
    1,132
    Likes Received:
    1
    It's all another language to me. Does that mean it's an issue with the website causing a problem for I.E. ?
     
  6. 2008/05/24
    broni

    broni Moderator Malware Analyst

    Joined:
    2002/08/01
    Messages:
    21,701
    Likes Received:
    116
    It opens in IE here.
    Try Start>All Programs>Accessories>System Tools, click on Internet Explorer (no add-ons). Will the site open?
     
  7. 2008/05/24
    Alicia J Lifetime Subscription

    Alicia J Geek Member Thread Starter

    Joined:
    2002/01/07
    Messages:
    1,132
    Likes Received:
    1
    If I do that, can I get the add ons back easily?
     
  8. 2008/05/24
    broni

    broni Moderator Malware Analyst

    Joined:
    2002/08/01
    Messages:
    21,701
    Likes Received:
    116
    It doesn't remove any add-ons. It just starts without them. This is diagnostic version of IE.
     
  9. 2008/05/25
    Alicia J Lifetime Subscription

    Alicia J Geek Member Thread Starter

    Joined:
    2002/01/07
    Messages:
    1,132
    Likes Received:
    1
    Good to know. It didn't make a difference.


    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>
     
  10. 2008/05/26
    Alicia J Lifetime Subscription

    Alicia J Geek Member Thread Starter

    Joined:
    2002/01/07
    Messages:
    1,132
    Likes Received:
    1

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.