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 ...