V
Vic
I am trying to implement a forms-based authentication on my website, so some
directories will have web.config file which will deny certain users, based
on role, etc. The problem I encountered is that it's only asp.net files (or
the files with the extension mapped to aspnet_isapi.dll) are the ones being
secured.
The solution I found is to map all of the extension I'd keep in my secured
directory to aspnet_isapi.dll.
I am planning to map .htm, *.exe, and *.shtm files to be processed by .NET.
How is it going to affect the performance of the site? Is there another way
of achieving the same thing?
Thanks,
Vic
directories will have web.config file which will deny certain users, based
on role, etc. The problem I encountered is that it's only asp.net files (or
the files with the extension mapped to aspnet_isapi.dll) are the ones being
secured.
The solution I found is to map all of the extension I'd keep in my secured
directory to aspnet_isapi.dll.
I am planning to map .htm, *.exe, and *.shtm files to be processed by .NET.
How is it going to affect the performance of the site? Is there another way
of achieving the same thing?
Thanks,
Vic