asp网站把access数据库修改成sql server
这是我的webconfig代码,我需要修改哪里,我想改成SQL数据库<?xmlversion="1.0"encoding="utf-8"?><configuration>...
这是我的webconfig代码,我需要修改哪里,我想改成SQL数据库
<?xml version="1.0" encoding="utf-8"?><configuration>
<appSettings>
<add key="ConnectionString" value="Provider=Microsoft.Jet.OleDb.4.0;Data Source=|DataDirectory|Zero2.mdb"/>
<!--编辑器路径-->
<add key="FCKeditor:BasePath" value="~/FCKeditor/"/>
<!--编辑器上传路径-->
<add key="FCKeditor:UserFilesPath" value="/UploadFiles/"/>
<!--站点名称-->
<add key="Web" value="有限公司"/>
</appSettings>
<connectionStrings>
<!--数据库连接字符-->
<add name="ConnStr" connectionString="~/App_Data/Zero2.mdb"/>
</connectionStrings>
<system.web>
<!--会话超时 分钟-->
<sessionState timeout="30" mode="InProc"/>
<!--
设置 compilation debug="true" 将调试符号插入
已编译的页面中。但由于这会
影响性能,因此只在开发过程中将此值
设置为 true。
-->
<compilation debug="true">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
<!--
通过 <authentication> 节可以配置 ASP.NET 使用的
安全身份验证模式,
以标识传入的用户。
-->
<authentication mode="Windows"/>
<!--发生错误则跳转到Error.htm-->
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="Error.htm"/>
<error statusCode="404" redirect="Error.htm"/>
</customErrors>
</system.web>
</configuration> 展开
<?xml version="1.0" encoding="utf-8"?><configuration>
<appSettings>
<add key="ConnectionString" value="Provider=Microsoft.Jet.OleDb.4.0;Data Source=|DataDirectory|Zero2.mdb"/>
<!--编辑器路径-->
<add key="FCKeditor:BasePath" value="~/FCKeditor/"/>
<!--编辑器上传路径-->
<add key="FCKeditor:UserFilesPath" value="/UploadFiles/"/>
<!--站点名称-->
<add key="Web" value="有限公司"/>
</appSettings>
<connectionStrings>
<!--数据库连接字符-->
<add name="ConnStr" connectionString="~/App_Data/Zero2.mdb"/>
</connectionStrings>
<system.web>
<!--会话超时 分钟-->
<sessionState timeout="30" mode="InProc"/>
<!--
设置 compilation debug="true" 将调试符号插入
已编译的页面中。但由于这会
影响性能,因此只在开发过程中将此值
设置为 true。
-->
<compilation debug="true">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
<!--
通过 <authentication> 节可以配置 ASP.NET 使用的
安全身份验证模式,
以标识传入的用户。
-->
<authentication mode="Windows"/>
<!--发生错误则跳转到Error.htm-->
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="Error.htm"/>
<error statusCode="404" redirect="Error.htm"/>
</customErrors>
</system.web>
</configuration> 展开
若以下回答无法解决问题,邀请你更新回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询