Avoid Running Sites In Debug Mode

less than 1 minute read

This may sound simple but it is so easy to forget. Do not publish your ASP.NET application in debug mode. We can do as much optimizations in our code as we want by using StringBuilders, Arrays, Switch, but if we deploy our site in debug mode, the impact would dwarf any optimizations made.

50 Ways to Avoid Find and Fix ASP.NET Performance Issues

Leave a Comment

Your email address will not be published. Required fields are marked *

Loading...