Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error log
Message
De
22/10/2008 13:42:47
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
22/10/2008 12:22:14
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Versions des environnements
Environment:
C# 2.0
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01356350
Message ID:
01356369
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform