AW: Hosting multiple sites/ASP.NET security
From: Dominick Baier (db@die-lounge.com)Date: 09/19/02
- Previous message: Max Kennedy: "Re: XP Hardening"
- In reply to: Rado Stoyanov: "Hosting multiple sites/ASP.NET security"
- Next in thread: Chip Andrews: "Re: Hosting multiple sites/ASP.NET security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dominick Baier" <db@die-lounge.com> To: "'Rado Stoyanov'" <radostoyanov@softhome.net>, <focus-ms@securityfocus.com> Date: Thu, 19 Sep 2002 21:01:35 +0200
Hi,
take a look at the <impersonation> or <identity> tag in the web.config
(don't know it by heart right now)
You can set the windows account under which the application runs - place
this web.config file in the root of your site or web app and off you go!
hope this helps
dominick
www.ernw.de
-----Ursprüngliche Nachricht-----
Von: Rado Stoyanov [mailto:radostoyanov@softhome.net]
Gesendet: Donnerstag, 19. September 2002 14:56
An: focus-ms@securityfocus.com
Betreff: Hosting multiple sites/ASP.NET security
Hello,
I host several web sites that I own on a single web server (Windows
2000). It's possible to choose a separate Anonymous web user account for
each of the sites in IIS 5, and ASP applications run in the context of
own anonymous users. This is wise, because each of the anon users is
permitted to access only corresponding web site's directories, and not
other web site's directories.
Unfortunately, when I am migrating to ASP.NET, I have faced the problem
that there's a single account called ASPNET and all web applications run
under this account, no matter of which is the current IIS web's
anonymous user.
My question is: is there any method to achieve the same with ASP.NET, or
are there any alternative considerations that can be taken, in order to
have a secure multi-hosting environment.
Thanks,
Rado
- Previous message: Max Kennedy: "Re: XP Hardening"
- In reply to: Rado Stoyanov: "Hosting multiple sites/ASP.NET security"
- Next in thread: Chip Andrews: "Re: Hosting multiple sites/ASP.NET security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|