C
Curt
I'm trying to set up Single Sign On authentication between several web
apps on our site. I'm thinking of doing this in an n-tier design with
some kind of COM object keeping track of session information, etc.
If I were to use a COM object that resided in IIS outside of my web
apps, how would I do that and/or where would I put it?
In other words, let's say I write a COM object that does all the
authentication I was talking about. I'd want to instantiate it at the
top of every page of my web apps in both .NET and Cold Fusion. Where
would that object reside and how would I point to it in my code?
apps on our site. I'm thinking of doing this in an n-tier design with
some kind of COM object keeping track of session information, etc.
If I were to use a COM object that resided in IIS outside of my web
apps, how would I do that and/or where would I put it?
In other words, let's say I write a COM object that does all the
authentication I was talking about. I'd want to instantiate it at the
top of every page of my web apps in both .NET and Cold Fusion. Where
would that object reside and how would I point to it in my code?