Posted on: 7/11/2015 2:24:11 PM | Views : 906

Hi
How can i replace this section of webconfig:
From
<elmah> <security allowRemoteAccess="true" /> <errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="E:\TGestiona\Logs\Web" /> </elmah>
to
<elmah> <security allowRemoteAccess="true" /> <errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="C:\TGestiona\Logs\Web" /> </elmah>
when I build in release my web application

Go to the complete details ...