membership的数据库可以通过aspnet_regsql.exe来配置生成,但是里面的东西,不一定都是我需要的,有时我也想自定义一些东西。

所以总想有自己的创建脚本,最后找到了如下的方法。

 aspnet_regsql.exe -E -S localhost -d Northwind -A all -sqlexportonly c:\membership.sql

对于asp.net_regsql.exe的操作可以参考如下链接:

http://msdn.microsoft.com/zh-cn/library/ms229862(VS.80).aspx 

参考原文如下:

http://blog.krisvandermast.com/CreateMembershipTablesInAnotherDatabaseThanTheStandardAspnetdbmdf.aspx

 

相关文章:

  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
相关资源
相似解决方案