Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update WebConfig.cst
  • Loading branch information
niemyjski committed Jun 21, 2017
1 parent d4b571d commit 254a8d4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Source/ASP.NET/Common/WebConfig.cst
Expand Up @@ -156,10 +156,13 @@ string entlibVersionText = GetEntLibVersionSignature(EntLibVersion);
</customErrors>
-->
</system.web>
<enterpriseLibrary.ConfigurationSource selectedSource="File Configuration Source">
<sources>
<add name="File Configuration Source" type="Microsoft.Practices.EnterpriseLibrary.Common.Configuration.FileConfigurationSource, Microsoft.Practices.EnterpriseLibrary.Common, <%=entlibVersionText%>"
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
<enterpriseLibrary.ConfigurationSource selectedSource="File Configuration Source">
<sources>
<add name="File Configuration Source" type="Microsoft.Practices.EnterpriseLibrary.Common.Configuration.FileConfigurationSource, Microsoft.Practices.EnterpriseLibrary.Common, <%=entlibVersionText%>"
filePath="entlib.config" />
</sources>
</sources>
</enterpriseLibrary.ConfigurationSource>
</configuration>

0 comments on commit 254a8d4

Please sign in to comment.