I have an self-build asp.net page, (link), and on my own localhost-server it runs very fast.
But when I have uploaded it to my rent server (Win08Server, 3GB Ram, 3GhZ…) it goes very very slow (3-5 second a site-switch).
hot to find out what programm is disturbing or where I have a leak?
(the most of the content is static, only a 2 database querys at the beginning!!!)
You can use tracing (
<trace enabled ="true" pageOutput ="true" />in web.config) to trace the flow and find the bottlenecks.Refer to this article for the manual.