COM object accessing asp Application object

  • Thread starter Thread starter mrrrk
  • Start date Start date
M

mrrrk

We want to redevelop an ASP application that currently uses a third party
COM object that accesses the contents of the ASP Application object.

The COM object is the fornt end for an old IBM Universe Objects database and
cannot really be modified.

Is it possible for an ASP.NET app to 'spoof' the old ASP Application object
so that the COM object can access the contents?

Thanks in anticipation
 
mrrrk said:
We want to redevelop an ASP application that currently uses a third party
COM object that accesses the contents of the ASP Application object.

The COM object is the fornt end for an old IBM Universe Objects database and
cannot really be modified.

Is it possible for an ASP.NET app to 'spoof' the old ASP Application object
so that the COM object can access the contents?

Thanks in anticipation

After a bit more looking I found what I needed here:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;323259
 
Back
Top