urgent. pls help.. project server login probelm

W

wilson

5003: No user security context was detected (for integrated security only).

while using the page projectserver/LgnIntAu.asp. i am getting this problem.

i checking request.servervariables("LOGON_USER"). its not blank. i am accessing this page from an ASP.NET app.

thanks
wilson
 
J

Jim Corbin [MSFT]

This looks like a 2-hop problem. IIS strips the Windows credentials from a
remote request when the ASP.NET app sends a SOAP request to Project Server
logon. The way around it is to configure Kerberos security. Search for
"Kerberos delegation" in MSDN, or in Windows Server 2003 help. You'll need
to be a domain admin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top