G
Guest
In EnterpriseLibrary 1.1 I could create the following in the web.config of an
ASP.NET app. Is this possible with EntLib 3.1? If so what is the xmls value
which should be used? Thanks!
<enterpriselibrary.configurationSettings
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
applicationName="Application"
xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration">
<configurationSections>
....configurationSections here...
</configurationSection>
</configurationSections>
ASP.NET app. Is this possible with EntLib 3.1? If so what is the xmls value
which should be used? Thanks!
<enterpriselibrary.configurationSettings
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
applicationName="Application"
xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration">
<configurationSections>
....configurationSections here...
</configurationSection>
</configurationSections>