Hi,
First off I would like to apologize beforehand, in case this turns out to be a really dumb question. I just can't wrap my head around it.
I have a C# ASP.NET website running with .net 2.0 Both on my local machine, as well as on production server it runs terribly slow.
Even if I disable ALL the code, it still runs slow to serve the page.
However, if it is a .ashx, instead of a .aspx it executes immediately; even if it executes the same things.
Any ideas? Truly appreciated!