2015-03-03 62 views

回答

1

ASP.Net SQL Server安装

创建角色
  1. 转到位置C:\的Windows \ Microsoft.NET \ Framework64 \ v4.0.30319

  • 海湾干线点击aspnet_regsql.exe的
  • enter image description here

  • 从设置选项,选择第一OPTN:配置SQL而言,SVR申请服务 enter image description here (第二个选项是用于去除服务...) enter image description here
  • 现在选择DB要设置
  • enter image description here

    1. 并完成,您的sql服务器成功安装asp.Net。 enter image description here

    2. 在web上还有一件事。配置...添加此连接字符串。

      <add name="ApplicationServices" connectionString="<<Your DB Conection String goes here>>" providerName="System.Data.SqlClient" /> 
      

    ......................................................。享受..Chears。

    相关问题