Browse by Tags

Related Posts

  • Custom Profile object throws Exception outside web application

    Hi all, I am using the following code inside a sonsole application: foreach (MembershipUser mem in Membership.GetAllUsers()) { Console.WriteLine( "In for loop" ); Console.WriteLine( "Username: " + mem.UserName); ProfileBase userProfile = ProfileBase.Create(mem.UserName, true ); // <--------------...
    Posted to Security (Forum) by kreid on 03-23-2007, 12:00 AM
    Filed under: Profile, app.config, Application Configuration, Exception, console application
Page 1 of 1 (1 items)