Can I configure IIS logs to display the method name invoked for the WCF service?
Currently, only the svc file name is displayed in the logs.
Current log:
/myservice.svc
I would like it to show:
/myservice.svc/mymethod
Unfortunately, there is no way to have the IIS logging method name called in the service. It registers only the served page.
However, you can enable WCF logging to create an svclog file that gives a complete overview of the method calls and actions of the WCF service. See http://msdn.microsoft.com/en-us/library/ms730064.aspx for details.
Could it be acceptable?
Source: https://habr.com/ru/post/897784/More articles:A shorter way to get an iterator for std :: vector - c ++Best way to store user notifications? - phpAjax call canceled by browser - prototypejsJQuery Selection Question - How to find all HREF with target = _blank? - javascriptNo P2P in Windows Metro apps? - .neterror loading org-timer module in emacs - emacsIs there any way to tell if an object implemented ToString explicitly in C # - reflectionGWT UiHandler for g: Anchor does not fire - gwtDoes table size affect INSERT performance? - computer-sciencehttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/897789/diff-of-two-directory-trees-to-create-filefolder-level-patch-incl-binary-files&usg=ALkJrhj2j8hdcsdt4dhPOTIphZieUf6mMQAll Articles