Re: DotNet 2 - Applications security



you cannot do that for an app pool. Only for sites and apps.


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)

On 30 Ago, 19:44, Dominick Baier
<dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
specify the full path to the site/app

e.g.

<location path="Default WebSite">

or

<location path="Default WebSite/App1">

-----

let me try to be more accurate

I don't want to give a different trustlevel to an WEB APPLICATION but
to an APPLICATION POOL

Something like:

<location path="DefaultAppPool">
....
</location>
and

<location path="Utilities">
....
</location>
I hope it's possible... I cant' create so many configurations (allways
the same config) for each website in my shared webserver

Thanks for reply



.



Relevant Pages

  • Re: .NET 2.0 Master Pages problem
    ... IIS can only run one version of ASP.NET at a time in each app pool. ... applications will start throwing exceptions. ... When I run it on the server, it looks like crap - no master page ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Setting IPGrant on a folder from a WebMethod
    ... applications on the same server. ... Always use a different app pool with lower ... or not for additional security. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Server Application Unavailable??
    ... applications using different versions of the .Net framework. ... the app pool that WSS 2.0 is running in. ...
    (microsoft.public.sharepoint.windowsservices)