Can I assume that this ASP.NET event log is always logged?

Unhandled exceptions cause ASP.NET applications to unexpectedly exit the .NET Framework 2.0, which makes me think that an event log source named the following convention will always be logged in any field where the .NET Framework is installed:

"ASP.NET XYZ0"

Where X, Y, and Z are primary, secondary, and build numbers from the .NET runtime.

Can we assume that installing the .NET Framework will always create this event log source?

+2
source share
2 answers
0

. , Windows . .NET , . , , .

"", "", regedt32 "".

Windows HKEY_LOCAL_ MACHINE .

:

System\CurrentControlSet\Services\EventLog\System FILE.

:

System\CurrentControlSet\Services\EventLog\Application FILE.

:

System\CurrentControlSet\Services\EventLog\Security FILE.

-1

All Articles