NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: de la Rosa on July 09, 2016, 08:20:08 AM
-
Hi,
My Customer runs the Nettalk application in a dedicated Application server while the DB is on a dedicated MSSQL server machine, the problem is the user logged on the Application server running the Nettalk app does not necessarily have login rights to the Mssql DB. I was trying to read something about impersonating a user in Mssql however I'm not really sure how to implement it on the Nettalk application or whether it is really an option to resolve the issue.
Vic
-
Normally, a user should have access to the database through the app but not otherwise. That is taken care of by using an appropriate connection string ("glo:owner").
But I'm not sure I fully understand your question. Something not working or ...?
Peter
-
The user would need a SQL user account (or a generic one for the web app) as windows authenticated user won't necessarily work.