locked
kerberos and ntlm connection RRS feed

  • Question

  • Hi,
    I've a web application (my first) which connect to SQL,
    all the sql connections should connect using Kerberos
    but 1 part of the application should made a sql connection with the application pool identity (domain accaount)
    My connectionstring :
    <add name="MyConnectionString" connectionString="Data Source=xxxxxx;Initial Catalog=xxxxxx;Integrated Security=True" providerName="System.Data.SqlClient" />
    Kerberos works fine, but how do i define a connectionstring that will not use kerberos, without setting password in webconfig
    tried already uid=domain\user

    thanks

    Tuesday, June 2, 2020 4:18 PM

Answers

All replies