Hi Imar
Trace.axd error.
I am now having another problem as described below:
I've added the following code to the web.config file:
<system.web>
<trace
mostRecent="true"
enabled="true"
requestLimit="100"
pageOutput="false"
localOnly="true"
/>
and then requested the
http://localhost:50206/Trace.axd page.
The page Trace.axd was displayed just once (the very first time) and after that it is displaying the 'Http error 404: not found' error message.
Any suggestion please.
Many thanks
Sharif