今天一个朋友看书说有个asp.net 配置工具是web版的,书上说“You can perform every configuration step except the provider configuration through the ASP.NET WAT, which includes a security wizard. Just select the Web Site ➤ ASP.NET Configuration menu from within Visual Studio.”
他怎么也找不到这个ASP.NET Configuration menu。
下面我告诉大家如何打开ASP.NET Configuration ,很简单。
我们在vs中新建一个web应用工程 如图,划圈圈的图标就是ASP.NET Configuration menu。
如何打开ASP.NET Configuration页面

安装Asp.net Membership 数据库方法如下
如何打开ASP.NET Configuration页面
说明:-S 后面的WIN2K8SRVUTOPIA\MSSQL2008是数据库服务器 -d 后面是数据库名称 MyMembership
执行后会在你的数据库服务器上安装一个名为MyMembership数据库。
然后修改congfig配置memebership的数据库连接串。

相关文章:

  • 2021-07-28
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-06-06
  • 2022-12-23
猜你喜欢
  • 2021-12-29
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案