dotText5 Web.configの設定1 接続文字列
2005/01/03
<configuration>
- <configSections>
- <BlogConfigurationSettings>
- <BlogProviders>
- <DbProvider
type="Dottext.Framework.Data.SqlDataProvider, Dottext.Framework"
connectionString="Edit" />
DbProvider要素のconnectionString属性を自前環境に変更
database=(local);Integrated Security=SSPI;initial catalog=dottext
に今回は設定



