Category: Visual Studio 2005

Creating Temporary Projects in Visual Studio 2005 »

I read about creating temporary project in Visual Studio some time ago and kind of forgot about it. Few days ago, I needed to create a temp project for trying out something really quick.
There is a setting in Visual Studio that lets you create projects in temp directory and not save all the directory structure [...]

Starting Visual Studio 2005 Development Server at a specific port »

Want to Start Visual Studio 2005 Development Server at a specific port everytime? Or use IIS for a Web Application?
And want to set what debuggers to attach (ASP.NET, SQL Server, Native Code)?

Check the below images for options under Web project properties..
 
Hope it helps…