Database Security Settings/Authorization
Hi, I am getting the following error on my connection for my Classic ASP pages:
Erro #-2147217843
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Microsoft OLE DB Provider for SQL Server
I know that this could be cause if your connection string is using uid=httpuser;pwd=annonymous, but I have changed that to Integrated Security=SSPI.
My question is what does this Integrated Security=SSPI mean. I have looked on the Web and found the solution but I can't try those solution since the DBA is already working on it and I am just a developer.
I havealready looked on the Web for articles on SSPI but didn't find any help:
http://msdn.microsoft.com/library/de...rityadonet.asp
Please note that the same type of connection string is working on .Net pages of the Web site. This site has both .Net and ASP pages. ASP pages are getting their conenction string defined in Global.ASA and .Net in Config file.
new to programming but getting ther
Bookmarks