473,396 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Custom Errors in .NET

C
Hi,

I have an ASP.Net app.

I use <authentication mode="Windows" /> to detect if a
user has the rights to access certain pages.

If they do not have access they get an error stating
Access Denied 401.2 and I have a Custom Error Page for
this.

If the user does not have access a Windows Logon box is
displayed. If they enter their details 3 times they get
redirected to my Custom Error Page stating Access is
denied.

If they click on Cancel first the same error number is
diaplayed 401.2 Yet they do not get my custom error page.
They get the standard IIS Error Page.

If I try to log in 3 times I get Access Denied. If
subsequently click on Cancel during the same Session I get
my Custom Error Page.

However, if I click on Cancel first I do not get my custom
error page. Instead I get the IIS error page.

Any ideas ?

Here is the settings from my web.config

<authentication mode="Windows" />
<location path="secure/images">

<system.web>

<authorization>

<allow users="*" />

</authorization>

</system.web>

</location>

<location path="secure/include_files">

<system.web>

<authorization>

<allow users="*" />

</authorization>

</system.web>

</location>

<location path="secure/Defeasance.css">

<system.web>

<authorization>

<allow users="*" />

</authorization>

</system.web>

</location>

<location path="secure">

<system.web>

<authorization>

<allow users="mydomain\mylogin" />

<deny users="*" />

</authorization>

</system.web>

</location>

Thanks,
C.
Nov 22 '05 #1
0 628

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Tamas Demjen | last post by:
I started to experiment with VC++ 2005 Beta1. So far everything went fine, and already have a working project, but soon I realized that the compiler was ancient (not supporting half of the C++/CLI...
6
by: Nick Horrocks | last post by:
I have set up a custom error page for 404 errors. However the HTTP status code returned is 302 followed by 200, this causes search engines not to remove old pages from their index. How can I...
5
by: Richard | last post by:
I have been struggling with this for days. I feel I must be missing something simple, and I will be eternally grateful for any help. I'm using VS.NET 2003 on XP Pro Sp2. I searched and found...
0
by: gilly3 | last post by:
I'm coming across all kinds of frustration implementing custom errors in ASP.NET 1.1. First, 401 - Authorization Failed My application uses Windows Integrated Authentication, and restricts...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.