Prompt for Username and Password
-
Suddenly, when browsing to some pages of my web app a prompt for username and password comes up. Why is it happening? If not entered access denied message is displayed.
-
Suddenly, when browsing to some pages of my web app a prompt for username and password comes up. Why is it happening? If not entered access denied message is displayed.
i can not say exactly but may be yours logged user's information is deleting from session and on page you were checking for those information. And in absence of that information it will ask again for log in. so check that.
-
i can not say exactly but may be yours logged user's information is deleting from session and on page you were checking for those information. And in absence of that information it will ask again for log in. so check that.
No, its not that. Windows is asking for Username and Password of the web server machine. Providing any username and password of the web server works.