J
Jennifer Mathews
I am using Context.User.Identity.Name
to get the user that is logging into the system through the internet.
Unfortunately, their credentials are not being passed to the web application.
How should I setup IIS ( Integrated Authentication , Application Pool using Network
Services, ???)
in order that the web application receives the user's credentials through
Context.User.Identity.Name
Thanks
to get the user that is logging into the system through the internet.
Unfortunately, their credentials are not being passed to the web application.
How should I setup IIS ( Integrated Authentication , Application Pool using Network
Services, ???)
in order that the web application receives the user's credentials through
Context.User.Identity.Name
Thanks