Hi,

I am working on a web application which calls WCF service for DB communication. The WCF service methods call an inhouse component's Log() method which writes one line of statement in the trace file. The problem is that the trace file size increases within minutes and it is difficult to manage such large file.

Is it possible to write code such thata newtrace file would be generated automatically every week or month to keep control over file size?

Thanks,
H