Hi,
my intranet site on IIS7 use windows Authentication with ASP.NET impersonation enabled. I want to be able to pass authenticated user credentials from app to sql server to execute some query. If I disable win auth and enable basic auth everything works fine, and vice versa setings I cant execute query. What do I have to configure in my app, IIS server or asp.net configuration to make my app work like this.