asp.net - How to add users to ASP user database? -
i have configured asp user database. can create users/roles either programmatically or going project -> asp.net configuration in visual studio ide.
server database running on doesn't have vs installed. there way add users/roles through command line or iis settings?
thank you
you can create simple site or admin page on current site , use createuserwizard control. guide customizing control can found here: http://www.4guysfromrolla.com/articles/070506-1.aspx
documentation here: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.createuserwizard.aspx
you can use membership objects through code if want create own console application command line.
do not try , in database directly.
Comments
Post a Comment