G
Guest
I replace a lot of web.config sections during compile.
I am having trouble with a custom section is it possible to replace a custom
section?
Error 44 web.config(1): error WDP00002: missing section
ExceptionHandler. 1 1
CriticalSkills_deploy
<sectionGroup name="ExceptionHandler">
<section name="eMail"
type="System.Configuration.SingleTagSectionHandler"
restartOnExternalChanges="true"/>
<section name="ContactInfo"
type="System.Configuration.SingleTagSectionHandler"
restartOnExternalChanges="true"/>
</sectionGroup>
<!-- Error Handler Configuration Settings -->
<ExceptionHandler>
<eMail connectionStringName="cnnMailQueue" emailTo="(e-mail address removed)"/>
<ContactInfo contactText="(e-mail address removed)"/>
</ExceptionHandler>
I am having trouble with a custom section is it possible to replace a custom
section?
Error 44 web.config(1): error WDP00002: missing section
ExceptionHandler. 1 1
CriticalSkills_deploy
<sectionGroup name="ExceptionHandler">
<section name="eMail"
type="System.Configuration.SingleTagSectionHandler"
restartOnExternalChanges="true"/>
<section name="ContactInfo"
type="System.Configuration.SingleTagSectionHandler"
restartOnExternalChanges="true"/>
</sectionGroup>
<!-- Error Handler Configuration Settings -->
<ExceptionHandler>
<eMail connectionStringName="cnnMailQueue" emailTo="(e-mail address removed)"/>
<ContactInfo contactText="(e-mail address removed)"/>
</ExceptionHandler>