P
Parco
Suppose that i have these paths in my server with these permissions:
D:\httpdocs\
Allow: Everyone - full control (inherited from D:\)
D:\httpdocs\host1\
Allow: Everyone - full control (inherited from D:\), ASPNET - full control
D:\httpdocs\host2\
Allow: Everyone - full control (inherited from D:\), ASPNET - full control
both D:\httpdocs\host1\ and D:\httpdocs\host2\ are also the document roots
of the IIS hosts, each folder for one host. if i have some ASP.NET pages
inside host2 folder, and use some asp.net System.IO to access file systems,
or use other classes for other works, then, can i access host1 folder's
resources from host2 by pass the parent folder?
how will it be safe for every IIS host document root directories, so that
make every host can access it host's resources only and really independent
ASPNET permission for each folders?
D:\httpdocs\
Allow: Everyone - full control (inherited from D:\)
D:\httpdocs\host1\
Allow: Everyone - full control (inherited from D:\), ASPNET - full control
D:\httpdocs\host2\
Allow: Everyone - full control (inherited from D:\), ASPNET - full control
both D:\httpdocs\host1\ and D:\httpdocs\host2\ are also the document roots
of the IIS hosts, each folder for one host. if i have some ASP.NET pages
inside host2 folder, and use some asp.net System.IO to access file systems,
or use other classes for other works, then, can i access host1 folder's
resources from host2 by pass the parent folder?
how will it be safe for every IIS host document root directories, so that
make every host can access it host's resources only and really independent
ASPNET permission for each folders?