Create stored procedured in your database to handle users


/ Published in: C#
Save to your folder(s)

Create stored procedured in your database to handle users. Membership and Rulemanager.

Type the line below in a commandprompt where "xxx.xx.xx.x" is IP to server and "mr" stands form membership and rulemanager.


Copy this code and paste it in your HTML
  1. aspnet_regsql -S xxx.xx.xx.x -U myUsername -P myPassword -A mr -d myDatabaseName

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.