Re: Web Server connecting to db server on different machines
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Mar 2006 16:25:41 +0000 (UTC)
http://msdn.microsoft.com/msdnmag/issues/05/09/SecurityBriefs/default.aspx
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Hello
Im creating an asp.net web app that will need to connect to a SQL
Server db on another machine. I have set this up using trusted
connections and impersonation in the web.config file but I am getting
a "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'" message. I
need this to work through domain accounts on both machines.
Currently, it will work if I am using the machine where the web app
resides (ie. http://localhost/webapp/page.aspx) but i get the above
message when using another remote machine.
Any help is appreciated.
Ben
.
- Prev by Date: Re: Code works in Windows app. but not in ASP.Net
- Next by Date: Re: Web Server connecting to db server on different machines
- Previous by thread: Code works in Windows app. but not in ASP.Net
- Next by thread: Re: Web Server connecting to db server on different machines
- Index(es):
Relevant Pages
|