NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: estadok on April 23, 2012, 05:05:46 AM
-
Hi all!
There are two applications one local ABC another NT. Both applications use the same database (SQL). In local application, I integrated the SecWin. The question is, how to make the NT application use the same security tables?
-
where are you storing the security info? If in SQL tables then you have access. If in TPS file then you need to make sure that file is accessible to both web and windows app.
-
Thanks Kevin!
-
If in SQL tables then you have access
Yes, in SQL. How i get access to this tables from web app?
-
access needs to be via Secwin added to your web app - you can't access direct.
-
Well, I was able to connect to the same tables from a web app. The question is the following. How do I determine which user belongs to a local application, and what not? And if I add a usergroup in a Web application, it does not appear in the list, although I see it in the local application. In other words I need to divide the existing tables in the local security and the web.