I using ASP.NET Core built-in logger provider (ILogger), but can't understood where can I see logs on a remote IIS server
It depends which loggers you use. The default console logger doesn't create persistent logs. You can use Windows Event Log, or add 3rd party loggers like Serilog to have persistent logs.
See the documentation on logging https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-2.1
At the bottom of the page it talks about the built in loggers. But other 3rd party loggers are also available. You can use multiple loggers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With