locked
IIS Logs RRS feed

  • Question

  • Hi, I have deployed one http handler in GAC and added the entry in machine.config file. The handler is not invoked when i call handler from my application. I have deployed my application in IIS 6.0. Is there any way to get a diagnostic trace from a Microsoft IIS server whether the http handler dlls are invoked or not? Thanks, Anurag
    • Moved by Amadeo Casas - MSFTMember Monday, December 7, 2009 7:20 PM moving to more proper forum (From:.NET Framework 4: Windows Communication Foundation - Beta 2)
    Monday, December 7, 2009 9:40 AM

Answers

  • Hi Anurag,

    Because this issue is related to IIS technology. I think that you can discuss this issue in IIS forum for better help.
    http://forums.iis.net/

    Typically we can use the Trace class(or the Assert class) to output the information to the event log by using the EventLog.WriteEntry statements in the code for investigating the current issues.

    Best regards,
    Riquel
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
    • Proposed as answer by Carlos Figueira Sunday, December 13, 2009 3:16 PM
    • Marked as answer by Riquel_Dong Monday, December 14, 2009 12:41 AM
    Friday, December 11, 2009 8:25 AM