G
GaryDean
I have serveral applications now running that are using the
MembershipProvider classes and they are each using their own security tables
in SQL Server 2005 instead of the express databases - they are all work
well.
Now we have a need to have many different asp.net websites and web services
use a single security database because they all share the same user and
administrator community. It doesn't seem there will be a problem with all
of them accessing the same security tables. I am wondering, however, if I
will run into any issues with Authentication. We want to authentication to
work separately for the different websites - getting authenticated on one
website should not cause authentication on others. I don't know what gets
stored in the database regarding authentication.
Could there be issues with authentication in this environment? Is anyone
controlling many websites with a single MembershipProvider DB?
MembershipProvider classes and they are each using their own security tables
in SQL Server 2005 instead of the express databases - they are all work
well.
Now we have a need to have many different asp.net websites and web services
use a single security database because they all share the same user and
administrator community. It doesn't seem there will be a problem with all
of them accessing the same security tables. I am wondering, however, if I
will run into any issues with Authentication. We want to authentication to
work separately for the different websites - getting authenticated on one
website should not cause authentication on others. I don't know what gets
stored in the database regarding authentication.
Could there be issues with authentication in this environment? Is anyone
controlling many websites with a single MembershipProvider DB?