When debugging an asp.net web application in VS2008 IDE, i feel it takes 'long' to launch the application because it my app is not big (about six pages).
I am not using the in-built VS web-server, I'm using the standard IIS web-server on my development machine. (That is, on the 'Start Options' dialog, I have set to 'Use custom server' and pointed 'Base URL' to the one I have defined in IIS)
I have not tried to fine-tune any options so I though someone can quickly point what needs to be changed to optmise this process
My machine is a P3 Duo-core and I feel it has sufficient memory for the job :)