\Windows\Microsoft.NET\Framework\[.Net Framework]\iisreg_Sql.exe
   设置aspnetdb 的数据存放数据库 
  然后在 web.config 中设置

   注意那个<remove name="LocalSqlServer">

asp2.0 中不安装sqlexpress 的解决办法<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
asp2.0 中不安装sqlexpress 的解决办法
asp2.0 中不安装sqlexpress 的解决办法  
<connectionStrings>
asp2.0 中不安装sqlexpress 的解决办法    
<remove name="LocalSqlServer"/>
asp2.0 中不安装sqlexpress 的解决办法    
<add name="LocalSqlServer" connectionString="Data Source=XXGL;Initial Catalog=aspnetdb;User ID=sa"
asp2.0 中不安装sqlexpress 的解决办法      providerName
="System.Data.SqlClient" />
asp2.0 中不安装sqlexpress 的解决办法   
asp2.0 中不安装sqlexpress 的解决办法  
</connectionStrings>
asp2.0 中不安装sqlexpress 的解决办法  
<system.web>


更详细的可以
在这看看 

  
http://aspalliance.com/739

相关文章:

  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2021-10-20
  • 2021-06-05
  • 2022-12-23
  • 2021-10-20
猜你喜欢
  • 2021-11-03
  • 2021-10-16
  • 2021-10-18
  • 2021-12-18
  • 2021-10-18
  • 2022-12-23
  • 2021-11-14
相关资源
相似解决方案