.NET application prevents ASP application variables loading correctly

  • Thread starter Thread starter Daishik
  • Start date Start date
D

Daishik

We have got a website that has been happily running on IIS 5.0 with
ASP3.0, extensively using Application variables for caching.

Unfortunately yesterday, we had to install .NET framework and MDAC 2.8
to the servers. A .NET application was also installed. We believed
that ASP and ASP.NET could co-exist and there was certainly no
immediate failure.

Now for some reason our ASP website no longer loads global.asa, and
hence the application variables it needs to run no longer are created
and the site does not work.

Has anyone got any ideas how we can handle this? Uninstalling .NET
framework and the .NET application is not an option!

Thanks in advance

Daishik
 
Daishik said:
*We have got a website that has been happily running on IIS 5.0 with
ASP3.0, extensively using Application variables for caching.

Unfortunately yesterday, we had to install .NET framework and MDAC
2.8
to the servers. A .NET application was also installed. We believed
that ASP and ASP.NET could co-exist and there was certainly no
immediate failure.

Now for some reason our ASP website no longer loads global.asa, and
hence the application variables it needs to run no longer are
created
and the site does not work.

Has anyone got any ideas how we can handle this? Uninstalling .NET
framework and the .NET application is not an option!

Thanks in advance

Daishik *
WOW! I just realized the same thing! I can't beleive no one has
responded. Come on MCPs, I can't find anything on MSFT's site either.

Daishik, have you figured this out?

Anyone got any suggestions?
 
Back
Top