martialarts
Well-known member
Hi. I have 2 web applications that share users. Only one of the apps is currently .NET 2.0 and I need the .NET 1.1 app to add users to the aspnetdb tables for the .NET 2.0 app to read. The Membership and Roles classes both have a scope of the app they are called from within, so the application you want to add the users to is not a parameter. I can call the stored procedure dbo.aspnet_Membership_CreateUser directly but am wondering if there is a cleaner solution such as another class Im not aware of.
Thanks!
Thanks!