Ask a Question related to ASP.NET Security, Design and Development.
-
Bill Belliveau #1
Securing content via .NET ISAPI filter
I’m trying to protect some content on a web application from un-authenticated
users based on forms authentication.
So far I’ve added the extension (.swf) to the application configuration in
IIS. If I select the checkbox ‘Script engine’, all works fine except for the
fact that you can directly access the object by a specific url without
authentication, assuming you know the path. With the ‘Script engine’
disabled no one, including authenticated users, cannot access the resources.
I’ve reset the file permission on the site to default to no avail. The site
is running on Windows 2003 server using only anonymous access and an
application pool running with the identity of local system.
I am not authenticating the forms logon using the typical methodology of
“FormsAuthentication.RedirectFromLoginPage”, rather users are given an
encrypted URL that contains what access they are allowed. I am using
FormsAuthentication.SetAuthCookie(strEmail, false); to acknowledge the access.
The authentication appears to be work properly as I can test (e.g. bool test
= Context.User.Identity.IsAuthenticated;) with returns the correct results.
There appears to be a crucial issue I’m apparently missing.. Any Ideas?
Thanks,
Bill Belliveau
Bill Belliveau Guest
-
checkbox-driven page-content filter
I'd like to provide a client-side function to give the user the abiliity to filter a results set, after a search. As an example, a user searches for... -
#24698 [Fbk->NoF]: isapi filter would not load
ID: 24698 Updated by: sniper@php.net Reported By: felix_au at hotmail dot com -Status: Feedback +Status: ... -
#24698 [NEW]: isapi filter would not load
From: felix_au at hotmail dot com Operating system: WinXP PHP version: 5.0.0b1 (beta1) PHP Bug Type: IIS related Bug... -
#5303 [Com]: the ISAPI Filter is not loaded for vesion 4.01 !
ID: 5303 Comment by: felix_au at hotmail dot com Reported By: mbaroz at RAFAEL dot CO dot IL Status: Closed... -
ASP.NET and custom ISAPI filter authentication
We have an existing ISAPI filter that performs authentication for all pages on our web site, including pages we are now writing for ASP.NET. The...



Reply With Quote

