Hello, I have a web page that is developed in ASP.NET that accesses
COM components. It was first developed on an XP Pro machine with IIS
5.1. There are never any problems running the web page on this
machine. I then transferred the web page to the Windows 2003 server
that has IIS 6.0. I can run the web page once and it runs fine. If I
start a new instance of the web page, it gives me an error concerning
one of the functions I have to use. The error is
"System.Runtime.InteropServices.COMException (0x800A000D): Type
mismatch". I have noticed also that it appears to be session related
because if I use the same session id as the one that orignally worked
in the url that it will work fine. Any ideas? Thanks.