Hi
I have a password change page on my web application.
After user changes password, the Active directory is updated but an Windows authentication pop up box is displayed asking for userid and password.
if we give the user credentials, the application works well..else, the application throws "You are not authorized....."
Is there any way to make sure that the windows authentication pop up box does not show up?

