Create Membership Tables in SQL database

Posted on: Mon Apr 18 19:59:32 -0700 2011. Updated on: Mon Apr 18 19:59:32 -0700 2011.
Category: .NET C#

Run this if you want to create the membership tables for the asp.net business application or silverlight business application template

This creates the membership/provider tables and all the objects it needs to store your login and password of the forms.

Open the command prompt on your local computer, and navigate to: C:\WINDOWS\Microsoft.NET\Framework\[framework version]

Execute the command: aspnet_regsql.exe -S DBServerName -E -A all -d DBName

Note the -E is for trusted connection to databse

Comments:

Add a Comment:

simple_captcha.jpg
(human authentication)


Ads

Categories

About

Random foliage

This website is meant to be a reference for ASP Dot Net developers. The entries are a compilation of things I've figured out how to do and that I deem useful to keep of track for future reference. Assumptions: web development with: C Sharp (vb sucks), visual studio 05/08, .net 3.5, meant for programmers. Written by: James Reategui.