Rank: Newbie Groups: Member
Joined: 5/30/2007 Posts: 1
|
When I access /trace.axd for my web application, I see many entries for <somePage>/__eo_dp.aspx
These are useless to me and cluttering my trace.axd viewing.
Is there a way to disable this?
thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will have them anyway, one way or another. Those request are serving our JavaScript and built-in image files. You can however copy eo_web.ashx to your application's root directory, that way you will no longer see __eo_dp.aspx, and you will see eo_web.ashx instead.
Thanks
|