-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
Have a weird issue:
When I host application in IIS - it doesn't write any logs. But, when I launch just .exe (Kestrel) it writes everything as supposed.
Log file located in the root of publish folder. Every folder permission is granted.
Does IIS have some local folder where host process locates and file paths starts there?
Project - asp net 7, blazor webassembly.
I understand that issue is not within logger.
joseluisct