(Also posted in the SUS group, but I really think this is just an ASP
setting in 2003 server)

We installed SUS, the Windows Update server to our production IIS box
yesterday and immediately had problems with our other webpages. The main
index.htm page disappeared and we were unable to get to any other webpages
on
this box.

Server 2003

We uninstalled SUS and immediately our web pages returned and life was good
- except two websites we host with ASP pages on them. Both are currently
not
functioning and returning the following errors:

Microsoft VBScript runtime error '800a000d' , then it gives a Type mismatch
'Session' error and lists a line of code.

What would SUS have changed to break the ASP pages, and more importantly,
how can I fix it? HELP!!!

Re: IIS ASP Issue, also SUS by Ken

Ken
Fri Sep 03 00:04:05 CDT 2004

You need to "read the manual", about the changes that SUS installation
makes.

For your applications, you need to go back to IIS settings, and renable ASP
Session State.

Right-click on website -> properties -> Home Directory tab -> Configuration
button -> Options tab -> check "Enable Session State"

Cheers
Ken

"NO SPAM" <NOSPAM_ckamler@kc.rr.com> wrote in message
news:NfQZc.196$B51.45@twister.rdc-kc.rr.com...
> (Also posted in the SUS group, but I really think this is just an ASP
> setting in 2003 server)
>
> We installed SUS, the Windows Update server to our production IIS box
> yesterday and immediately had problems with our other webpages. The main
> index.htm page disappeared and we were unable to get to any other webpages
> on
> this box.
>
> Server 2003
>
> We uninstalled SUS and immediately our web pages returned and life was
> good
> - except two websites we host with ASP pages on them. Both are currently
> not
> functioning and returning the following errors:
>
> Microsoft VBScript runtime error '800a000d' , then it gives a Type
> mismatch
> 'Session' error and lists a line of code.
>
> What would SUS have changed to break the ASP pages, and more importantly,
> how can I fix it? HELP!!!
>
>
>