Re: IIS passing server credentials rather than user credentials



On 5 Jul 2006 13:00:54 -0700, "cfs" <wayhip@xxxxxxxxxxx> wrote:

We are developing a web app using II6, ASP .Net 2.0 on a Win2003 box.
We are using VS2005 and building for .Net 2.0 framework.

We set IIS up to use integrated security. However when I access the
application through IE, it cannot connect to the server. When I check
the SQL Server logs, I see a failed attempt to login by <domain
name>\<web server name>. It looks like it is using the credentials
under which the web server is running.

he desired behavior is to use the profile of the domain user who is
using IE.

When I give <domain name>\<web server name> explicit access to the SQL
Server DB it, *can* connect.

This reeks of a misconfiguration. What could we be doing wrong?

Is IE set to remember passwords? If so it may not pass the correct
credentials.

Jeff
.



Relevant Pages