I am trying to log the contents of an http request, using an IHttpModule like so:
public class LoggingModule : IHttpModule { public void Init(HttpApplica
sometime, RequestFilter don't run to method Read. It seem be W3WP don't read content of httprequest by normal way.
RequestFilter
httprequest
If you deploy WEbservice to server. Then use IHttpModule for catch it. Add RequestFilter.
WEbservice
But method Read() of RequestFilter don't run :P
Read()