Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not associated with a trusted

Status
Not open for further replies.

slatet

Programmer
Sep 11, 2003
116
0
0
US
I've researched this throughout tek tips. SQL Server is in mixed mode. I have turned anonymous off in IIS for both the website and the app pool. I am using integrated security
"integrated security=SSPI;data source=(Local);initial catalog=log;trusted_connection=true"

I had originally tried using a user name and password. So even though I have updated the code several times, it still tells me that the last user name does not have permission.

This is a webpart for Sharepoint, not that it makes a difference.

ANy help is appreciated.

 
The problem that you are having is called the NTLM double hop issue.

Here is an MSKB that explains the problem you are having.
Here is some more info from Microsoft about the problem:



Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Is it still considered a double hop if the webserver and the sql server are located on the same VM image?
 
Oh, my bad. I didn't notice that they were on the same machine. In that case, no it's not a double hop as they are the same machine.

Have you tried iisreset yet?

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top