Web.config配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Web.config配置相关的知识,希望对你有一定的参考价值。
<configSections> <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </configSections> <connectionStrings> <add name="MoiveDbContext" connectionString="Data Source=qds162031684.my3w.com;database=qds162031684_db;uid=qds162031684;pwd=jyh789456;" providerName="System.Data.SqlClient"/> </connectionStrings>
以上是关于Web.config配置的主要内容,如果未能解决你的问题,请参考以下文章