Can I point two separate ASP.NET websites to the same profile database?

Posted by Ben Aston on Stack Overflow See other posts from Stack Overflow or by Ben Aston
Published on 2010-04-30T08:50:38Z Indexed on 2010/04/30 8:57 UTC
Read the original article Hit count: 282

Filed under:
|
|
|

I'd like two websites to have read/write access to the same user profile database (named "aspnetdb" by default). Presumably this is possible by configuring the websites appropriately in the web.config. Are there any issues I should be wary of?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET