Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error log
Message
From
22/10/2008 13:42:47
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
22/10/2008 12:22:14
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Environment versions
Environment:
C# 2.0
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01356350
Message ID:
01356369
Views:
24
Stuart,

>Hi
>I am trying to use the mmAppBase.Log but for the life of me I can’t see where its putting the errors, I even read the dev guide. I have looking in the event log, but can’t see anything. I am using vista does that make a differents ?
>Thanks
>Stuart

Since the logging is added to the Windows Event Log you can do a couple of things. by changing the key in the config file from:
<add key="EventLog\Name" value="Application" />

to
<add key="EventLog\Name" value="YourApplicationName" />
It would then show up in the event viewer by that name. You could do the same for the EventLog, TraceLog, and TransactionLog.

Also, if you check out this link, you can see where to find where your files are stored. Mine are in Windows/ system32/ Config with an evt extension.
http://support.microsoft.com/kb/315417
Tim
Timothy Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform