Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to log http POST data to IIS log in asp.net core

$
0
0

Hi,

When I was using the old asp.net, I was be able to append the http POST data to IIS log by usingHttpResponse.AppendToLog() method. But in asp.net core this method is no longer available. so how I can do this now?

Please note that am hosting my asp.net core app in Kestrel behind IIS as a proxy server

Thanks.


Viewing all articles
Browse latest Browse all 9386

Trending Articles