Can I point two separate ASP.NET websites to the same profile database?
- by Ben Aston
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?