Re: Securing .htm pages with asp.net
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 10/04/05
- Previous message: Guy Incognito: "Securing .htm pages with asp.net"
- In reply to: Guy Incognito: "Securing .htm pages with asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 03 Oct 2005 15:32:11 -0700
Hello Guy,
you have to route the .htm extension to the aspnet_isapi dll, just like .aspx
and friends...
you do that in IIS application settings.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Hello,
>
> I would like to use asp.net to secure a site which includes .htm and
> .html pages.
>
> I've tried using forms authentication, global.asax and HTTP modules.
> Those approaches work fine for .aspx pages, but they aren't triggered
> when an .htm or .html page is called.
>
> So how do you secure .htm pages with asp.net security? Can IIS be
> configured so that Global.asax or forms authentication are triggered
> when .htm pages are requested?
>
> Thanks,
> Jason
> *** Sent via Developersdex http://www.developersdex.com ***
>
- Previous message: Guy Incognito: "Securing .htm pages with asp.net"
- In reply to: Guy Incognito: "Securing .htm pages with asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|