Hi Atif
Thank you for your answer.
Your suggestion to use this method:
ErrorLog.GetDefault(null).Log(new Error(ex));
- works fine since i just need the log as an RSS feed.
However when i use the above method, my application is named as an
empty field. Which is a problem since the rest of my app is showing
"/" in the SQL database.
So i cannot see the entrys logged, when viewing elmah.axd or the RSS
feed.
Is there anyway i can tell it to log in the same application name?
I tried to use something like:
ErrorLog.GetDefault(null).ApplicationName = "/";
ErrorLog.Default.ApplicationName = "/";
But i guess im not using it right?
Thanks!
> code:
http://code.google.com/p/elmah/source/browse/trunk/src/Elmah/ErrorSig...