D
Dan August
Hi all,
Does anyone know of a way to, programmatically with script at the server,
reset the current user's security context from the IUSR_ account to a
different one? Ideally, what we'd do is anyone who is already logged in as
a customer through our ASP page login (setting customer-specific session
variables), we'd programmatically impersonate them as a different windows
account (switching them from the anonymous IIS account they start off as).
Bottom line is that we don't want them to have to login a 2nd time to get to
these new pages.
We've got other non-asp files that I cannot simply put behind an ASP-based
login, which is why we need to lock the directory down behind Windows
security.
Any thoughts would be appreciated! thanks,
Dan
Does anyone know of a way to, programmatically with script at the server,
reset the current user's security context from the IUSR_ account to a
different one? Ideally, what we'd do is anyone who is already logged in as
a customer through our ASP page login (setting customer-specific session
variables), we'd programmatically impersonate them as a different windows
account (switching them from the anonymous IIS account they start off as).
Bottom line is that we don't want them to have to login a 2nd time to get to
these new pages.
We've got other non-asp files that I cannot simply put behind an ASP-based
login, which is why we need to lock the directory down behind Windows
security.
Any thoughts would be appreciated! thanks,
Dan