Ask a Question related to ASP.NET Security, Design and Development.
-
Wayne Carlaw #1
Cancelling Authentication Request
I have successfully implemented Peter Bromberg's Digest authentication
assembly ([url]http://www.eggheadcafe.com/articles/20030701.asp[/url]). One thing I've
noticed though that I can't figure out. If a user cancels the request, they
receive a .NET 401 application error page - not the Response.Write "Access
Denied". I've tried every way I can think of to customize that page -
customErrors in web.config, capturing the HttpApplication.Error event,
configuring the IIS default error page, etc, but nothing seems to work. Any
ideas on how I can get rid of this ugly default error page? Interesting to
note, it only occurs the first time. Once the user clicks the OK button (to
attempt authentication and gets rejected) and then clicks the "Cancel"
button, the customized error page appears.
Any help would really be appreciated. Thanks.
Wayne Carlaw Guest
-
CFFORM causing an nt authentication request
I've just migrated from a cf5 server to one running MX7 I have a couple pages that us CFFORM and CFINPUT. On each of these pages when the page... -
Cancelling a binding
Hi, Does anyone know how to cancel a binding set in AS using mx.data.binding.Binding. I haven't found any info about this, anywhere. I have... -
request failed with HTTP status 407: Proxy Authentication Required
Hi all. I have been strugling with trying to get access to a web reference in my web project that is outside my firewall (ISA 2000 server running... -
Newbie authentication request
I've created a web site using plain old asp (not asp.net). How do I got about setting it up to require the user to logon using their domain... -
cancelling SQL queries
I'm using ASP (VB Script) to generate some reports from a SQL Server database. These queries often take a significant amount of time to complete,...



Reply With Quote

