I am developing sample web application which use C#, and LINQ to SQL. The application is very very slow and it takes about 2 secs to navigate between pages. I have already used SQL Profiler and monitor the calls to the SQL server. All SQLs looks normal to me and their execution time is always about 1 or 2 millisecs.
I tried the same application in another PC and it is the same. So, it is not because of my computer performance.
If you want to have a look at my sample application, you can download at http://www.mediafire.com/download.php?rudid9w22id1dmp
The database is under App_Data and you might need SQLExpress 2005.
Thank you very much for your help in advance.