Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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 I'm not aware of.

 

Thanks!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...