Why Windows Authentication popup when Custom error is ON when everytime i input info in a textchanged on my master page..Help me please..
I set a htmk file errorpage ERRORPAGE2.htm
Here's my code in WebConfig
>
it is working everytime error accured but when i input letter on my search texhchange in masterpage windows authentication security always prompt..how can i resolved this..

Iftikar HussainPosted Aug 1, 2013, 8:43 AM
Regards,
Iftikar
mary jean ligasPosted Aug 1, 2013, 3:02 AM
Iftikar HussainPosted Aug 1, 2013, 2:56 AM
Regards,
Iftikar
mary jean ligasPosted Aug 1, 2013, 2:52 AM
mary jean ligasPosted Aug 1, 2013, 2:51 AM
Iftikar HussainPosted Aug 1, 2013, 2:47 AM
Regards,
Iftikar
mary jean ligasPosted Aug 1, 2013, 2:42 AM
mary jean ligasPosted Aug 1, 2013, 2:41 AM
Iftikar HussainPosted Aug 1, 2013, 2:09 AM
Regards,
Iftikar
mary jean ligasPosted Aug 1, 2013, 1:57 AM
mary jean ligasPosted Aug 1, 2013, 1:49 AM
Iftikar HussainPosted Aug 1, 2013, 1:42 AM
Check your Internet Browser setting for the below option. it need to be checked if you don't want the poupup
Regards,
Iftikar
mary jean ligasPosted Aug 1, 2013, 1:37 AM
Sunny SharmaPosted Aug 1, 2013, 1:08 AM
I think textChanged will always belong to an existing page/controller server side so it will not be redirecting to an error page. Instead if the authorization is required to access that page/controller it will ask you to Authenticate yourself.
Please explain a bit more if I'm not clear with your point.