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配置的主要内容,如果未能解决你的问题,请参考以下文章

如何在 web.config 中配置 SMTP 设置

web.config中namespace的配置(针对页面中引用)

web.config中的configSource

调试代码时不转换 Web.config

如何在 web.config 中配置 301 永久重定向?

通过Web.config中的configSections配置自己系统的全局常量