Suppressing logon window

From: 1SALz (salman_z_g_at_hotmail.com)
Date: 10/28/03


Date: Tue, 28 Oct 2003 09:45:18 -0600

Hi,

Within a web application, I have secured folder/aspx pages using the
location tag in web.config.

Now whenever an unauthorized user tries to access that page, a popup dialog
is displayed - which i dont want.
I want to show a nicer message like 'you dont have access to this area' on a
possibly redirected page.

How can I do that?

TIA.

Other configuration:
- Under IIS security, only integrated authentication is allowed. (All others
are unchecked)
- Under web.config, I have secured the pages using location tag with roles
set to Active Directory groups.