CornerAnalyst 0 Newbie Poster

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

Do you know what should be put in the web.config file?

Thanks