Closed jsurville closed 1 month ago
Hi @jsurville
It's been a while since I've had to play with IIS .
Because the logging happens as part of the "LogRequest" event of the IIS pipeline
I think this is only exposed in "Integrated mode" .
Long story short, if you can validate that your app works fine in "Integrated mode" , I guess you'd probably want to move it to Integrated mode as well in Test and Prod environments ?
My understanding is that "Classic Mode" is considered deprecated / legacy
This project is no longer being maintained and we are going to archive the SerilogWeb Repositories.
see:
Hello,
I am using an app that was working fine with the IIS Classic Mode until I started using Serilog and SerilogWeb.Classic for logging. Now that the application was deployed in Test environment, I get this exception :
Is there any issue with using SerilogWeb.Classic in IIS Classic mode ? Because I cannot change the type of mode (I can change it on local environment but in test or production environment, the IIS pools are set to Classic mode and I can't have it changed)
Thank you for helping me, Regars
Julien