Re: Web Server Can't Connect to Sql Server
- From: xx75vulcan <xx75vulcan@xxxxxxxxx>
- Date: Tue, 19 Jun 2007 13:40:53 -0000
ok I just noticed an event on the server (hosting SQL) event log when
attempting to connect from a seperate box.
Error:
An anonymous session connected from FREUDIANA has attempted to open an
LSA policy handle on this machine. The attempt was rejected with
STATUS_ACCESS_DENIED to prevent leaking security sensitive information
to the anonymous caller.
Upon further investigation, lead me to this MS KB: http://support.microsoft.com/kb/839569
Stating "Instead of allowing the anonymous connections to your
instance of SQL Server, you can grant the required access to a
specific SQL Server account and pass the logon credentials for the SQL
Server account in the connection string in the ASP.NET page. Using SQL
Server authentication avoids the anonymous connection attempts to the
instance of SQL Server and is more secure."
I'm passing the SQL login credentials in my connecton string, and the
ODBC manager specifies a SQL account -- why does it tell me it's
attempting an annonymous connection?!?!?!
.
- Follow-Ups:
- Re: Web Server Can't Connect to Sql Server
- From: xx75vulcan
- Re: Web Server Can't Connect to Sql Server
- References:
- Web Server Can't Connect to Sql Server
- From: xx75vulcan
- Re: Web Server Can't Connect to Sql Server
- From: Erland Sommarskog
- Re: Web Server Can't Connect to Sql Server
- From: xx75vulcan
- Web Server Can't Connect to Sql Server
- Prev by Date: Re: Web Server Can't Connect to Sql Server
- Next by Date: Re: DateTime
- Previous by thread: Re: Web Server Can't Connect to Sql Server
- Next by thread: Re: Web Server Can't Connect to Sql Server
- Index(es):
Relevant Pages
|