Ask a Question related to ASP.NET Security, Design and Development.
-
jack #1
aspnet and windows integrated authentication, hot to log out?
hi,
i'm devoloping an intranet application based on ASP.NET and windows
integrated authentication.
how can i force the log out of a user to force the IIS to re-ask the
credential to the browser?
thx
jack Guest
-
Integrated Windows Authentication, ASP.NET and FoxPro
Hello, Since it is the first time I'm posting in these groups, I believe a (short) introduction of myself would not be a bad thing. I am... -
Intranet and Integrated Windows Authentication
Hey all, I would like to preface my question by stating I am still learning ASP.net and while I am confident in the basics and foundation,... -
.NET, Integrated Windows Authentication, and more
First of all, with identity impersonate = true, I still get this blasted error: Exception Details: System.Data.SqlClient.SqlException: Login failed... -
integrated windows authentication - web services
I have a performance question. I have a web service in a machine (not in the a domain at all) and the virtual directory is setup for integrated... -
integrated Windows authentication
Firstly, I'm running IIS 6.0 on Windows SErver 2003 that is also a DC. I have an asp page (default.asp) I am trying to access as my hom page for... -
Ken Schaefer #2
Re: aspnet and windows integrated authentication, hot to log out?
Get the user to close their browser windows
-or-
Programatically send back a 401 HTTP status (which causes the browser to
pop-up the user credentials dialogue again)
Cheers
Ken
"jack" <mario.perrino@accenture.com> wrote in message
news:emNuFvH0EHA.1452@TK2MSFTNGP11.phx.gbl...> hi,
>
> i'm devoloping an intranet application based on ASP.NET and windows
> integrated authentication.
>
> how can i force the log out of a user to force the IIS to re-ask the
> credential to the browser?
>
> thx
>
>
Ken Schaefer Guest



Reply With Quote

