Re: ASP.Net Security and SQL Server access
From: Chris Jackson (chrisj_at_mvps.org)
Date: 07/17/03
- Next message: Chris Jackson: "Re: aspnet_wp won't get executed"
- Previous message: Chris Jackson: "Re: Lock Folder with ASP.NET"
- In reply to: Richard: "ASP.Net Security and SQL Server access"
- Next in thread: Richard: "Re: ASP.Net Security and SQL Server access"
- Reply: Richard: "Re: ASP.Net Security and SQL Server access"
- Reply: Nick Bishop: "Re: ASP.Net Security and SQL Server access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 17 Jul 2003 14:16:53 -0400
Your IIS application runs under one identity. This is configured in the IIS
settings.
ASP.NET runs under another identity, which you can configure in the
machine.config. (By default, it's MACHINE\ASPNET.)
If you want ASP.NET to use the Windows identity of the IIS application
(which can be the authenticated user) then make sure your web.config has
<identity impersonate="true">
-- Chris Jackson Software Engineer Microsoft MVP - Windows XP Windows XP Associate Expert -- "Richard" <ricwatts@cisco.com> wrote in message news:eoey3e4SDHA.632@TK2MSFTNGP12.phx.gbl... > Can someone tell me the best security configuration for an intranet site. > > I want to use Window accounts (groups) to control access to the Web site and > the access to a SQL Server database on a different server. > > Does the web.config file override the IIS MMC security settings ? > > Cheers > > > >
- Next message: Chris Jackson: "Re: aspnet_wp won't get executed"
- Previous message: Chris Jackson: "Re: Lock Folder with ASP.NET"
- In reply to: Richard: "ASP.Net Security and SQL Server access"
- Next in thread: Richard: "Re: ASP.Net Security and SQL Server access"
- Reply: Richard: "Re: ASP.Net Security and SQL Server access"
- Reply: Nick Bishop: "Re: ASP.Net Security and SQL Server access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|