This topic is locked

Permissions question

10/21/2010 8:18:37 PM
ASPRunnerPro General questions
J
jraines author

Is it possible to have two seperate projects that share one database have different login permissions?
I would like to have one project use a username and password from Table2, and the other project get its username and password from Table 1

Sergey Kornilov admin 10/21/2010

Yes, it's possible. Each project is totally independent. You only need to modify connection strings in both projects so they point to the same database.