In IIS 5.1, i have set the website security to Basic Authentications and i have set the page for custom error in IIS which is directing to c:\test.asp file.
When user try to access the website, the user name and password screen comes up and after entering the wrong password 3 times, system shows the custom error page which is fine but why does system prompt for the user name and password again (for three times)?
I don’t want user login screen on custom error page.
I have tried to put the custom error page on the default website and set the security to anonymous but it still shows login screen on custom error page.
Anyway to bypass it?
This problem was resolved by adding html page for error 401 and 402.