R
rory.groves
I have ASP.NET 2.0 Forms Authentication working great on my site.
Added a sub-directory application (virtual directory in IIS). I can
require authentication to access that subdirectory in the root
web.config, but once the user logs in, the sub-directory app treats
them as if they are not logged in.
I am assuming that is because its a separate app.
So how do I implement a single-signon solution for multiple
applications on the same website?
Added a sub-directory application (virtual directory in IIS). I can
require authentication to access that subdirectory in the root
web.config, but once the user logs in, the sub-directory app treats
them as if they are not logged in.
I am assuming that is because its a separate app.
So how do I implement a single-signon solution for multiple
applications on the same website?