GTi <(E-Mail Removed)> wrote:
> I have created a simple logger for my ASP.NET 2.0 application.
> I have this static function.
> My problem is that no data is created in the test.log file.
> I have added ASPNET user account administrator rights.
> What am I missing here?
Well, I suggest you use ASP.NET's normal logging features to log any
exceptions, instead of catching and then ignoring them. Going through
it with a debugger would help you, too.
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet Blog:
http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too