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