Ask a Question related to ASP.NET Security, Design and Development.
-
Steven K0 #1
Basic authentication re-direct
Hello,
I have basic authentication turned on for a directory. Is it possible to
re-direct a failed login to another page?
--
Thanks in advance,
Steven
Steven K0 Guest
-
sso/basic authentication
We are interested in using basic authentication (with https) to implement Single Sign On (SSO) with Internet Explorer clients. Does anyone have... -
ASP.Net Forms authentication with basic authentication popup
Relatively new to ASP.Net but have a strange problem. My site uses forms authentication for a large administration section however after the user... -
Basic Authentication Logout
I have an app with basic authentication turned on. I want to have a logout button. What code do I need to supply in my asp.net to logoff the user... -
Basic authentication with LWP::Parallel
Hi, I am having problems doing basic authentication with LWP::Parallel::UserAgent. It works fine when I use LWP::Useragent with the following... -
Basic Authentication, WebService
I did the following to add http basic authentication for calling a webservice: chz11086.HelloAuthTestService service = new... -
Nicole Calinoiu #2
Re: Basic authentication re-direct
Yes. This can be done by specifying a custom page for the 401;1 error via
the IIS configuration for your directory. See
[url]http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/tips/custerr.mspx[/url]
for instructions.
HTH,
Nicole
"Steven K0" <stroy@api.com> wrote in message
news:OvH8LrdPFHA.3356@TK2MSFTNGP12.phx.gbl...> Hello,
>
> I have basic authentication turned on for a directory. Is it possible to
> re-direct a failed login to another page?
>
> --
> Thanks in advance,
> Steven
>
Nicole Calinoiu Guest



Reply With Quote

