Forms based authentication once more

  • Thread starter Thread starter Morten
  • Start date Start date
M

Morten

Hi!

I've implemented forms based authentication and it works really well. Except
when I access a subdirectory containing plain HTML files. Isn't it possible
to protect those using forms?

TIA

Morten
 
Hi,

it is but they (files with .html extension) need to be mapped to be
processed by ASP.NET (map the extension with aspnet_isapi.dll in IIS). See
IIS configuration on how it is done for aspx extension and you get the clue
how it should be. The settings are also discussed at some level here:
http://www.asp.net/faq/SideBySide.aspx
 
Back
Top