所以总想有自己的创建脚本,最后找到了如下的方法。
aspnet_regsql.exe -E -S localhost -d Northwind -A all -sqlexportonly c:\membership.sql
对于asp.net_regsql.exe的操作可以参考如下链接:
http://msdn.microsoft测试数据/zh-cn/library/ms229862(VS.80).aspx
参考原文如下:
http://blog.krisvandermast测试数据/CreateMembershipTablesInAnotherDatabaseThanTheStandardAspnetdbmdf.aspx
查看更多关于获取创建Membership的数据库创建脚本的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did35661