Hi,
We use IIS to host our Visual Studio 2008 apps (ASP.NET 2/3.5) on localhost as opposed to Cassini.
The only problem with this approach (I'm using IIS7 on Windows 7, but the problem also exists on XP with IIS 5.1) is that after each compilation IIS takes 1 whole minute to respond to the first request. I assume it's doing its own compiling or something.
Is there anything I can do to speed this up?
Every time I make a code change and recompile I have to wait a minute.
Please don't suggest using Cassini, I am interested in responses on how to speed up localhost with IIS!