<location path="." allowOverride="false" inheritInChildApplications="false">
</location>
Except <configSections> and <runtime>
Example:
<location path="." allowOverride="false" inheritInChildApplications="false">
<connectionStrings>
<add name="SiteSqlServer" connectionString="Data Source=SQL;Initial
Catalog=moheportal;User ID=mmmm;Password=pppp" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
</location>
No comments:
Post a Comment