Speed up your ASP.NET application in the production environment

Speed up your ASP.NET application in the production environment

After you finish your ASP.NET Application “Developing and Testing”, and before you upload the application to a production server, don’t forget to change the value of debug=”true” to false in the compilation section in the Web.Config file.

This would increase the performance of your web application.

Share this post

Comment (1)

Leave a Reply

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