Hi, I used LogginAspect attribute on web service method call. The first call of the web service for each method logged true. But other calls logged with the first call args. Args not changed between calls like static variable. So LoggingAspect not work on asp.net webservice truely.
Hi, I used LogginAspect attribute on web service method call. The first call of the web service for each method logged true. But other calls logged with the first call args. Args not changed between calls like static variable. So LoggingAspect not work on asp.net webservice truely.