I am working with a IIS 6.0 that is lagging when I try to reach the page after a long idle time. After I contact the page, it comes up quick. I have to use .NET 2.0 for my application that I am running. Application pools general advanced setting "start automatically" is set to true. I found an article that said:
slow initial Time to First Byte was caused by the database connection
string. A period "." was being used for the default server instance name
rather than the name of the server being specified.
I haven't worked with db in the past, so don;t know where to look for that period... I ll appreciate any help I can get