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

Author Topic: The problem of Internet Explorer 8:  (Read 8904 times)

0 Members and 1 Guest are viewing this topic.

@@

  • Guest
Re: The problem of Internet Explorer 8:
« Reply #15 on: April 06, 2010, 01:31:06 PM »

I'm not sure but in the site       http://support.microsoft.com/kb/306895

This problem can occur if RSABase.dll is incorrectly registered

Allan

  • Moderator

  • Mastermind
  • Thanked: 1260
  • Experience: Guru
  • OS: Windows 10

kristain



    Beginner

    Thanked: 4
    Re: The problem of Internet Explorer 8:
    « Reply #17 on: April 07, 2010, 04:42:44 AM »
    Windows NT Challenge/Response must be enabled in the Web site properties in IIS. Anonymous authentication is attempted first, followed by Windows Integrated authentication, Digest authentication and then Basic (clear text) authentication. Internet Explorer does not pass your user name and password automatically when you are using Basic (clear text) authentication or Digest authentication. You are always prompted for credentials when you are using these authentication methods.

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: The problem of Internet Explorer 8:
    « Reply #18 on: April 07, 2010, 02:46:32 PM »
    OF course that breaks down when you realize that some the sites they are having problems with are not running IIS, since it's a general problem for all sites.
    I was trying to dereference Null Pointers before it was cool.

    soybean



      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: The problem of Internet Explorer 8:
    « Reply #19 on: April 08, 2010, 06:31:03 AM »
    Note: I use in parallel with the Internet Explorer. Firefox 3.6.3 and Opera 10.51 and there is no such problem with them
    Then, why not just use Firefox 3.6.3 and/or Opera 10.51?   ::)

    Sidewinder



      Guru

      Thanked: 139
    • Experience: Familiar
    • OS: Windows 10
    Re: The problem of Internet Explorer 8:
    « Reply #20 on: April 08, 2010, 07:05:23 AM »
    Normally I use Firefox except for Windows Updates. When I updated to IE8, many of my VBScripts broke.

    Creating an instance of InternetExplorer.Application became a hit or miss situation, mostly miss. I could have fixed each script by using another object (Microsoft.XMLHTTP) but in keeping with KISS theory, reverting back to IE7 was so much easier. ;D
    The true sign of intelligence is not knowledge but imagination.

    -- Albert Einstein

    soybean



      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: The problem of Internet Explorer 8:
    « Reply #21 on: April 08, 2010, 07:10:30 AM »
    Normally I use Firefox except for Windows Updates. When I updated to IE8, many of my VBScripts broke.
    I have not noticed that with IE8 but, regarding password handling, I've found that Firefox and Opera (which I have much less experience with than Firefox) both do a better job of managing passwords.