In VS 2005 I'm spending more and more time between code changes in the IDE, and seeing the effects in a refreshed browser page. Compiling seems like maybe 30% of the time, and the browser-refresh more like 60%. CSS and javascript are trivial, and many property changes in the aspx are, well, better than a full recompile, but changes to the code-behind seem brutal. I use ctrl-shift-b to compile/rebuild, maybe this is the only culprit?
Related: I read once there was also some way to edit while debugging, and then just compile/deploy the one module you had edited. During debugging, all my code pages are read-only.
Thanks for any help. Other than links to Dell, IBM, other hardware vendors, or blues artists. ;)
Also, don't use Ctrl+Shift+B, just click the "Start Debugging" icon (looks like a play icon).
One more thing that might affect it. If you have a lot of files in the subdirectories it can dramatically increase build time. Even if those files are not in any way related to the website. Might want to check for temporary files or something. Just a suggestion, probably isn't the case.