Hi there
Recently, we underwent a pentest and they have asked us to disable the ASP.NET debug mode in the production environment. To be honest, we didn't notice that this "debug mode" was enabled.
Our installation is on-premise. And my question is how to disable that debug mode, and if there is any risk of something stopping working.
Thanks in advance
hi,
follow below path uncheck " debug mode" and click on "save and apply setting to environment".
Hi @Francisco Alberto Donat Guijarro,
Debug Mode of the environment is a compile-time setting which will require to republish the modules.
Since no code changes have been performed there shouldn't be any Impacts on the code level but it would be best to perform this activity with a down time in production and also before proceeding to production you can make use of any non-production environment to analyze the impacts.
Thanks,Vignesh Prakash.