PC Review


Reply
Thread Tools Rate Thread

asp/asp.net integration

 
 
John
Guest
Posts: n/a
 
      8th Feb 2007
Hi

We have an asp.net app that uses asp.net built-in membership system. We also
have a legacy asp app that uses its own login system using a backend db to
store usernames/passwords. We need to integrate the two in a way that there
is only one login, for user convenience. Is there any way that asp app can
pick up login info from asp.net system i.e. if the user is logged in and if
so who is the user and its allowed roles?

Thanks

Regards


 
Reply With Quote
 
 
 
 
sloan
Guest
Posts: n/a
 
      8th Feb 2007

You could write a wrapper around the Membership and Role Providers, and
expose that as a COM object.

If you add a reference to System.Web, you can get to the Membership classes,
even if you're not in a Web App.

google

MembershipProvider.UpdateUser

and you'lll start seeing how to code against it.



"John" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> We have an asp.net app that uses asp.net built-in membership system. We

also
> have a legacy asp app that uses its own login system using a backend db to
> store usernames/passwords. We need to integrate the two in a way that

there
> is only one login, for user convenience. Is there any way that asp app can
> pick up login info from asp.net system i.e. if the user is logged in and

if
> so who is the user and its allowed roles?
>
> Thanks
>
> Regards
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RTM SP1 integration fridau Windows Vista General Discussion 6 5th Feb 2008 04:22 PM
IE Integration jeremy.haynie@gmail.com Microsoft Excel Programming 0 24th Apr 2007 07:15 PM
VC and WAB integration. AA Microsoft VC .NET 0 21st Jan 2004 12:35 PM
VSS integration with VS.NET news.microsoft.com Microsoft Dot NET 17 18th Nov 2003 07:59 PM
VS.NET integration with VSS mcs2@andrew.cmu.edu Microsoft Dot NET 1 5th Nov 2003 09:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:16 AM.