Ask a Question related to ASP.NET Security, Design and Development.
-
Paul #1
BUG: Server.Execute ignores web.config <location> role permissions
I have an intranet site that uses authentication mode="Windows" with
identity impersonate="true". I recently implemented a site search
feature that uses server.execute to retrieve dynamic content for the
search. Unfortunately, Server.execute retrieves pages that the user
can not access. The pages appear in the search results with the found
terms highlighted in context. Rut-roh! So much for security. When the
user clicks the link to see the page located by the search, they get
the custom access denied page, but they've already seen some content
that they were not authorized to see.
The work arounds I have come up with are not elegant.
Paul Guest
-
Role based security - where are permissions/operations ?
I want to use role based security in ASP.NET, but can't see how assigning permissions/operations to a role is done. IsInRole can check a user is in a... -
Role of the web.config file with UserControls [2.0]
Most of the configuration information for a web application exist in the web.config file. We're planning on writing a set of compiled... -
Role based Security and Permissions
Hi, I have been working on a framework for publishing several sites from a single code based allowing for easy modification by end users. I have... -
#25466 [Opn->Bgs]: PHP ignores --with-config-file-path compile option somehow?
ID: 25466 Updated by: sniper@php.net Reported By: php-bugs-2003-09 at webfreezer dot com -Status: Open... -
#25466 [NEW]: PHP ignores --with-config-file-path compile option somehow?
From: php-bugs-2003-09 at webfreezer dot com Operating system: Linux PHP version: 4.3.3 PHP Bug Type: PHP options/info... -
Paul #2
Re: BUG: Server.Execute ignores web.config <location> role permissions
As a workaround, before I call Server.Execute I now check to see if
there is a location entry in web.config for the path/file. If there is,
I call User.IsInRole against the listed roles in any allow or deny
lists found.
Paul Guest



Reply With Quote

