1

I use elmah for find error . i want to save error in xml file. after i wrote Commands in cinfig file :

config file :

   <elmah>
    <security allowRemoteAccess="1"/>
    <errorlog type="Elmah.XmlFilerErrorLog, Elmah" logPath="~/App_Data" />
   </elmah>

How to access this xml file .is there this file in application ?

1 Answers1

1

you could try

www.yourdomain.com/elmah.axd

pepitomb
  • 161
  • 1
  • 8