开发者

Creating membership tables online

I want to create the membership tables online that are used for ASP.Net 3.5 login controls. I thought their was a script I could use or executable on my computer to install those tables.

Is that the case? or 开发者_如何学JAVAwhat would be the best method to create the tables online.


There are a whole bunch of scripts for membership and role databases under

C:\Windows\Microsoft.NET\Framework\v2.0.50727\

Something like:

InstallCommon.sql
InstallMembership.sql
InstallPersistSqlState.sql
InstallPersonalization.sql
InstallProfile.SQL
InstallRoles.sql
InstallSqlState.sql
InstallSqlStateTemplate.sql
InstallWebEventSqlProvider.sql

and their equivalent uninstall scripts, too.

The easiest way to install those databases is to use the aspnet_regsql command line tool in that directory. It's a wizard that walks you through installing the necessary bits.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜