Delegation not working, please help
From: p (abefuzzleduser2@yahoo.com)
Date: 08/13/02
- Next message: p: "Re: Delegation not working, please help"
- Previous message: Stephen Walch: "Re: Execute permissions for bin directory keep reverting"
- Next in thread: p: "Re: Delegation not working, please help"
- Reply: p: "Re: Delegation not working, please help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "p" <abefuzzleduser2@yahoo.com> Date: Tue, 13 Aug 2002 12:23:06 -0500
We want to use windows 2000 User auth to query sql 2000 using security
groups that we have in place for an asp.net database page. I am trying to
setup delegation from iis to sql machine using integrated Auth. I have only
checked "Integrated Windows Auth" in IIS and have added this to web.config.
I have not added anything to the database since i thought it passes in the
entered credentials.
<authentication mode="Windows" />
<identity impersonate="true" />
The web page runs on my dev machine with iis local, db remote, probably
because I am am a domain admin. But when run the production IIS server I
keep getting the error after asking for and entering my domain login
information.
Index 0 is non-negative and below total rows count.
This error is when a databound textbox. I assume this means that there is
no data or dataset?
SQL Profiler shows that user="Anonymous Login" and login = "NT
authority/Anonymous Login" are trying to login to the database and fail. So
it looks like it is not sending my username to SQL ? Or does it login using
ASPNET and then pass the user credentials?
I could not add the ASPNET user to sql from that local acct on IIS machine.
Thanks
P
- Next message: p: "Re: Delegation not working, please help"
- Previous message: Stephen Walch: "Re: Execute permissions for bin directory keep reverting"
- Next in thread: p: "Re: Delegation not working, please help"
- Reply: p: "Re: Delegation not working, please help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|