1) No. In Windows Authentication, the browser automatically transmits the
credentials the user supplied when they logged into their machine. You either
get authenticated or you don't.
2) Look into the Custom Error Pages with web.config. I have never done it,
but you could probably provide a page for the Windows Auth Unauthorized error.
Peter
--
Site:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
Short urls & more:
http://ittyurl.net
"Ram..." wrote:
> Hi,
>
> In windows authentication
> 1. Apart from user name and password, can we force the user to select
> the domain name at the time of login through browser?.
>
> 2. In windows authentication
> If user login fails, how to redirect the user to a customized error
> page?
>
>