I've decided to live the verbose lifestyle in programming. I've learned that usually doing something verbosely ends up working better in the long run (even though it might take a bit longer). I'm definately glad that the visual studio and/or c# compiler team do this as well. Right now our company is in the middle of converting from asp to .NET and have decided that having the project run from the root of the website. So we changed our visual studio web development server virtual path to "/". After...