User36583972 posted
Hi atiliosud,
I published as release on IIS and locally in debug mode :/
As far as I know, the most important thing is that in debug mode, there are no optimizations, while in Release mode there are optimizations. So, in release mode all things are running faster than debug mode.
Difference between a Debug and Release build:
http://net-informations.com/faq/net/debug-release.htm
Do you have any logical explanation for this
You can refer the following links to optimize your site.
1: Fix the 3 silent performance killers for IIS / ASP.NET apps:
http://mvolo.com/fix-the-3-high-cpu-performance-problems-for-iis-aspnet-apps/
2: 8 Effective Ways to Improve IIS 7.5 Performance:
http://securitywing.com/8-effective-ways-to-improve-iis-7-5-performance/
Also, you can enhance IIS server hardware specifications.
Best Regards,
Yohann Lu