Hello All,

I have a Web site which is all frames and I open a database connection in
the global.asa and save to a session variable. All the asp pages appearing
in all the frames refer to the sessions database connection variable to
access the database. This was working fine when the web server was running
IIS4, as soon as I installed Windows 2000 server on this machine and
upgraded to IIS5, I am getting this consistently in-consistent behavior
where asp pages cannot find the sessions database connection variable. Now
what is really strange is that I have an IIS 4 box where I created a virtual
directory pointing to a share on the IIS 5 where the actual web site
resides, and this server has no problem displaying the pages like it should.
Does anyone know why this is happening?

Bilal Abbasi