User-1322853079 posted
Hi everybody,
I am using micrsoft enterprise library 3.1 may for .Net2.0 for exception handling ,
I am using the following method to handle and log the exception ...
ExceptionPolicy
.HandleException(ex, "Test Policy");
the exception is handled in my development system and it is logged in the EventLog in the specified category without any issues,
the issue is the exception is not logged in the EventLog in the deployment server .......with the same set up i have in development server
there are no clues to track out the issue ........
can anybody help me stating where i am actually going wrong .....
am i missing any thing else to be done in the deployment server.....
Thanks in advance
Suresh kumar goudampally