c# - Windows authentication in connection string (ASP .Net Application) -
i had common windows account app , db servers applicationadmin. want set both servers different windows account. created 2 windows account on same domain applicationapp , applicationdb both servers , activeted on respective servers.
my application using windows authentication in connection string. when disabling applicationadmin account sql server on db server getting error " login failed user 'domain\applicationadmin'. reason: account disabled".
due reason can't delete old applicationadmin account domain. how can change default windows authentication connection string takes self. want query string takes windows authentication domain\applicationapp have added sql server @ db server.
in sort have 2 active windows account on app server , connection string taking old authentication required take newly configured user's authentication.
Comments
Post a Comment