yeah I do have that dll in the bin folder. Ive built dozens of sites like this, all with similare structure, but never come across this problem before. It would help if the module in question was identified somewhere.
I have this in my web.config
<system.web>
<trace enabled="true"
requestLimit="20"
pageOutput="true"
localOnly="true" />
</system.web>
when I trype trace.axd in the url bar, nothing happens, how can i get the trace any other way ?