Is ASP.NET membership, role management and Profile usable in a C# Class Library?
        Posted  
        
            by afsharm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by afsharm
        
        
        
        Published on 2010-06-01T11:43:46Z
        Indexed on 
            2010/06/01
            11:53 UTC
        
        
        Read the original article
        Hit count: 346
        
I know it's possible to use this information in a winform, wpf or console application. But I rather to determine which user with what roles are running a sepecific method, so I could decide upon them and run different codes.
In addition in a desktop app. how a user can login? Is there any special winform or wpf login control?
© Stack Overflow or respective owner