Ask a Question related to ASP.NET Security, Design and Development.
-
William Newsom #1
Impersonate doesnt pass to separate sql server
I have a similar problem i have set up a 1 sql server 1 web server 1 client
and cannot pass through my identity
turned on impersonate in webconfig
only NT auth is on for IIS
turned on trust delegation on the www server
sql has the domain users setup on db
dont know whats going on EVERY NEWSGROUP has the same question HOW DOES
SOMEONE SET IT UP i have read white paper after white paper even the ones
labeled how to configure asp.net applications for a delegation scenerio it
still doesnt work logon failed for (null) user.
ANYONE PLEASE HELP its been 7+ hours.
William Newsom Guest
-
.net Impersonate with integrated authentication client server problem
Hi, I build a asp.net web application to update user accounts in Active Directory (AD). This application works fine on my test server when I acces... -
Windows 2003 server web service consumer with interop cannot impersonate a specific user
Hello, I have a .Net class library that is a web service consumer. This .Net web service consumer DLL is instantiated by a VB6 ActiveX EXE... -
Impersonate Identity doesn't work on the server
Hello, In my application I have to impersonate users, so I add <identity impersonate="true" /> to the Web.config file. As long as I run... -
separate server for web services?
Right now, the dll's for the webservices go into the 'bin' directory of the site. I am not sure what people are talking about when they suggest... -
DirectoryEntry Impersonate or WindowsIdentity Impersonate?
Another security question. Our project interfaces with the Active Directory. To satisfy the security issues, we have a couple options when we talk... -
Ken Schaefer #2
Re: Impersonate doesnt pass to separate sql server
I don't think you've given us enough information for us to be able to tell
you where you might be going wrong. There is a KB article here that outlines
the steps you should take:
[url]http://support.microsoft.com/?id=319723[/url]
Please give us an exact list of all the steps you have taken, and if you've
missed something, we can point it out.
Cheers
Ken
"William Newsom" <talktome@4psp.com> wrote in message
news:%23PlX7CH5DHA.3896@TK2MSFTNGP11.phx.gbl...
: I have a similar problem i have set up a 1 sql server 1 web server 1
client
: and cannot pass through my identity
:
: turned on impersonate in webconfig
: only NT auth is on for IIS
: turned on trust delegation on the www server
: sql has the domain users setup on db
:
: dont know whats going on EVERY NEWSGROUP has the same question HOW DOES
: SOMEONE SET IT UP i have read white paper after white paper even the ones
: labeled how to configure asp.net applications for a delegation scenerio it
: still doesnt work logon failed for (null) user.
:
:
: ANYONE PLEASE HELP its been 7+ hours.
:
:
Ken Schaefer Guest



Reply With Quote

