16
Views
2
Comments
Solved
disable asp.net debug mode
Application Type
Traditional Web, Reactive
Platform Version
11.18.1 (Build 38276)

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

2024-09-09 08-44-46
BHUPENDRA SINGH
Solution

hi,

follow below path uncheck " debug mode" and click on "save and apply setting to environment".

2024-05-22 06-12-56
Vignesh Prakash
Solution

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.

2024-09-09 08-44-46
BHUPENDRA SINGH
Solution

hi,

follow below path uncheck " debug mode" and click on "save and apply setting to environment".

2024-05-22 06-12-56
Vignesh Prakash
Solution

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.