ASP Authentication on IIS 6.0 Windows 2003 Server 32bit help please
- From: Victag <miketaggart@xxxxxxxxx>
- Date: Thu, 6 Nov 2008 23:27:43 -0800 (PST)
Can anyone clarify for me how the different permissions come into play
when an ASP page is executed in IIS? My goal is to have an intranet
site that requires a user to enter their domain account to access the
pages, but I would like the pages themselves to run using the
credentials of another account that has access to perform the tasks in
the ASP script code (access a database, run local cmd.exe commands).
So far I have made it work by creating a new application pool that
uses Local System and allowing anonymous access to the pages, which is
granted using a domain account that has access to the DB and is a
local admin. Unfortunately this allows anyone access to the page. If
I change the page to require the user to logon, the query to the
remote database works fine, but users get access denied errors when
code runs to execute the wscript.shell objects .run method on the
local IIS server unless I also make their account a local admin on the
IIS server. Obviously IIS is using thier credentials instead of the
ones provided for anonymous access.
.
- Follow-Ups:
- Prev by Date: Re: WEB app with OLE server works on WinXP & IIS5 but not on Serve
- Next by Date: Re: ASP Authentication on IIS 6.0 Windows 2003 Server 32bit help please
- Previous by thread: WEB app with OLE server works on WinXP & IIS5 but not on Server200
- Next by thread: Re: ASP Authentication on IIS 6.0 Windows 2003 Server 32bit help please
- Index(es):
Relevant Pages
|