|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to introduce a lot of users?Hi,
I tried the logon webcontrol after defining some users. Great, but is it possible to introduce a lot of users in one time (import or something like that), because i can't imagine i have to do that 100 times, one user after one? Thanks Cas The underlying data is stored in a database. I am not sure exactly what and
where, but if you are using SQL Server, run a profile on the membership database and watch what is inserted when you insert a new user. You now know what commands have to be run, so dupe them for a list. To get the list in, bulk copy (easiest way is Import/Export in SQL Server). -- Show quoteHide quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "cas" <cas@nomail> wrote in message news:%23ugWgiOcGHA.3872@TK2MSFTNGP04.phx.gbl... > Hi, > > I tried the logon webcontrol after defining some users. > Great, but is it possible to introduce a lot of users in one time (import > or > something like that), because i can't imagine i have to do that 100 times, > one user after one? > > Thanks > Cas > > Cowboy (Gregory A. Beamer) wrote:
> The underlying data is stored in a database. I am not sure exactly what and Also, if you're using the asp.net membership provider pattern, the > where, but if you are using SQL Server, run a profile on the membership > database and watch what is inserted when you insert a new user. You now know > what commands have to be run, so dupe them for a list. To get the list in, > bulk copy (easiest way is Import/Export in SQL Server). > source code is available for it so you could manipulate this code to bulk insert users. Regards Ray Thanks
Show quoteHide quote "Ray Booysen" <rj_booysen***@rjb.za.net> wrote in message news:ehSkwNdcGHA.5116@TK2MSFTNGP02.phx.gbl... > Cowboy (Gregory A. Beamer) wrote: > > The underlying data is stored in a database. I am not sure exactly what and > > where, but if you are using SQL Server, run a profile on the membership > > database and watch what is inserted when you insert a new user. You now know > > what commands have to be run, so dupe them for a list. To get the list in, > > bulk copy (easiest way is Import/Export in SQL Server). > > > Also, if you're using the asp.net membership provider pattern, the > source code is available for it so you could manipulate this code to > bulk insert users. > > Regards > Ray
Other interesting topics
Problems with webcontrol and MultiView
Relative Positioning & Fixed Sizing in ASCX Controls ObjectDataSource - query being performed twice per page load? RowDataBound bool to string asp.net menu to show only parent, siblings and children as static menus Disable a button in Javascript disables server-side code How Do I Pass Bindingsource to Another form. Update From DropDownList in DetailView context is null in my TypeConverter.ConvertFrom() method Nested UserControl Problem |
|||||||||||||||||||||||