How do I change current user/password/domain?

T

TheBurgerMan

I have an ASP.NET/C# web site that the user has logged into using my own
logon page. How do I set the current web request to use the credentials the
user has just provided?
--
Thanks,
TheBurgerMan
at
gmail.com
--
 
G

Guest

Usually you would use RedirectFromLogonPage if you have Forms authentication
on. If you need to actually authenticate against an NT/XP domain, you can
use SSPI via p/Invoke from a trusted assembly (preferably in the GAC).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,268
Messages
2,571,094
Members
48,773
Latest member
Kaybee

Latest Threads

Top