Does the server (Windows 2008 R2) running my ASP.net MVC application using Windows Authentication need to be setup for Delegation(within AD) in order for my Active Directory User ID & PW to be sent to a SQL Server that is on a different box.
Currently my server does not have delegation on. When I run my app I am always getting login box when running code that connects to SQL Server. However this login always fail and at times crashed the application pool.
When I run the application locally from the server the application runs fine without the login box ever appearing.
Has anyone run into this before?
Thanks Bill