IIS Problems after installing SP2

  • Thread starter Thread starter George
  • Start date Start date
G

George

I have iis installed on my computer for testing forms that I have developed
to access an Access database using .asp extensions. All worked fine until I
installed SP2.
Now when I try to access documents from the browser on the computer using
urls such as http://localhost/xxx.xxx.asp, they cannot be loaded.

Suggestions?
 
George,
What sort of error messages? If it is a '500' error, you will want to
turn off 'friendly error messages' in IE so you can see the real error
emssage being returned.

Tools|Internet Options..., go to Advanced tab, in the list look for the
Browsing section and for the checkbox 'Show friendly HTTP error messages'
and uncheck it. Then take steps to recreate the error. Chances are you may
see something like Error # 429 (ActiveX component can't create object) or
the like.

Steve
 
Back
Top