Using Integrated Windows authentication but the "Enter Network Password" window popup

snoopyyu

Newcomer
Joined
Feb 26, 2004
Messages
7
Using Integrated Windows authentication but the "Enter Network Password" window popup

Hi,

I have an asp.net web application and using integrated windows authentication. In a few of my pages, I am trying to get the user name by using User.Identity.Name.

When I deploy the application to the production server, , every pages are running fine, except that when I go to one of the page trying to get UserName, the "Enter network password" got popup asking for username, password and domain. When I click the "cancel" button, the page is still working fine with the username retrieved correctly. All other pages using user.identity.name does not have this problem.

Any ideas?

snoopy
 
Back
Top