- 时间:2022-05-09 11:27 编辑: 来源: 阅读:
- 扫一扫,手机访问
摘要:获取创建Membership的数据库创建脚本
所以总想有自己的创建脚本,最后找到了如下的方法。
[b]aspnet_regsql.exe -E -S localhost -d Northwind -A all -sqlexportonly c:membership.sql[/b]
对于asp.net_regsql.exe的操作可以参考如下链接:
[url=http://msdn.microsoft.com/zh-cn/library/ms229862(VS.80).aspx]http://msdn.microsoft.com/zh-cn/library/ms229862(VS.80).aspx[/url]
参考原文如下:
[url=http://blog.krisvandermast.com/CreateMembershipTablesInAnotherDatabaseThanTheStandardAspnetdbmdf.aspx]http://blog.krisvandermast.com/CreateMembershipTablesInAnotherDatabaseThanTheStandardAspnetdbmdf.aspx[/url]