Need only execute rights for web app. Did I set this up right?
From: Kevin (Kevin_at_discussions.microsoft.com)
Date: 03/29/05
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: X.509 certificates and httpwebrequest"
- Next in thread: Nicole Calinoiu: "Re: Need only execute rights for web app. Did I set this up right?"
- Reply: Nicole Calinoiu: "Re: Need only execute rights for web app. Did I set this up right?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Mar 2005 14:57:02 -0800
I have created a web app and now I want to make sure that it only has execute
rights to run. Below is what I put in the assembly file. Is this correct?
'Allow this web app to execute
<Assembly: Web.AspNetHostingPermission(SecurityAction.RequestMinimum,
level:=Web.AspNetHostingPermissionLevel.Minimal)>
'Refuse everything else...
<Assembly: PermissionSetAttribute(SecurityAction.RequestOptional,
Unrestricted:=False)>
Kevin
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: X.509 certificates and httpwebrequest"
- Next in thread: Nicole Calinoiu: "Re: Need only execute rights for web app. Did I set this up right?"
- Reply: Nicole Calinoiu: "Re: Need only execute rights for web app. Did I set this up right?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|