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 application.
This would increase the performance of your application.
Source: https://www.nilebits.com/blog/2008/02/speed-up-asp-dot-net-applications-production-environment/
Excellent
ReplyDelete