|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Need only execute rights for web app. Did I set this up right?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 Minimal AspNetHostingPermission is pretty much the minimum permission set
under which ASPX pages will run, so your attributes are fine if your intended goal is to specify the most restricted permission set that will actually allow your code to run. Show quoteHide quote "Kevin" <Ke***@discussions.microsoft.com> wrote in message news:9966CF0A-8DC7-46BE-9708-328F6C53865D@microsoft.com... >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
ClientCertificates and IIS5 with https://localhost
Windows Authentication question IIS "secure communications"and "certificate" sections disabled. Storing Client Certificates Finding out if user has privileges to a diectory. X.509 certificates and httpwebrequest Problem with RSACryptoServiceProvider ( incorrect usage of public-private keys ? ) Difference between Full Trust and Everything Re: Error instantiating RSACryptoServiceProvider Anyone out there using AzMan with WinForms solution? |
|||||||||||||||||||||||