Wednesday, April 13, 2011

Specifying a same port for a Web site project that uses the Visual Studio Development Server

To specify a port for a Web site project that uses the Visual Studio Development Server

1.In Solution Explorer, select the project name.
2.In the Properties pane, set Use dynamic ports to False. This enables editing of the Port number property.
3.Enter a port number for the Port number property.
4.Click outside of the Properties pane. This saves the property settings
5.To verify the change, press CTRL+F5 to run the project. The new port number appears in the address bar of the browser.

For more info check this URL from MSDN

http://msdn.microsoft.com/en-us/library/ms178109.aspx

Thanks,
Suman

VSS ISSUE VISUAL STUDIO

When adding a project to a VSS some times the window doesnt show the network folders but asks for entering a DNS Address(in other words VSS over internet).

Solution is as follows:

Vs 2005 :
TOOLS -- Options -- Menu
choose Source Control and from the Current source control plugin in the right change the drop down value from Microsoft Visual SourceSafe(internet) to Microsoft Visual SourceSafe



You will be all set :)

Bobby