AntyaDev / KingAOP

.NET AOP framework - a free alternative of PostSharp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogAspect not working on asp.net web service (asmx)

mirocus opened this issue · comments

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.

I have the same problem, can anyone help us?