One of the most time consuming things to do when starting a new web project is setting up the sites directory structure, until recently. I finally took the time to create myself a few generic templates for Visual Studio enviroment. This has made my ramp...
Have you ever had the need to test and run a webservice from a machine other then localhost (127.0.0.1)? I was recently debugging a webservice that was running fine locally and when run from the production server it was behaving unexpectably. I remember...