Re: Handling Authentication for all elements on a website
From: Scott Allen (scott_at_nospam.odetocode.com)
Date: 03/01/05
- Next message: mwhalen: "RE: Dynamic Datagrid"
- Previous message: Nic: "Enable ASP.Net perfmon counters"
- In reply to: recoil_at_community.nospam: "Handling Authentication for all elements on a website"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 01 Mar 2005 15:25:05 -0500
With IIS 5 & 6 you have to route requests to the ASP.NET runtime
through script mappings.
Perhaps you could give them a script or program to run on the server
and perform the configuration programatically?
-- Scott http://www.OdeToCode.com/blogs/scott/ On Tue, 1 Mar 2005 13:23:57 -0600, <recoil@community.nospam> wrote: >A Dilemma that I keep being faced with is a scenario where I require >authentication on virtually everything. HTMl files, GIF files, XML files, >JavaScript files and etc. And I am constantly dealing with Administrators >who refuse to allow me to map items so that asp.net handles authentication >for it. > > I am wondering is it possilbe to make ASP.NET handle the authentication >for documents such as .HTML/.gif/.xml/.js without having to manually have >access to the server and assigning all files to be handled by IIS? >
- Next message: mwhalen: "RE: Dynamic Datagrid"
- Previous message: Nic: "Enable ASP.Net perfmon counters"
- In reply to: recoil_at_community.nospam: "Handling Authentication for all elements on a website"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|