Click here to Skip to main content
15,889,878 members
Articles / Web Development / IIS
Tip/Trick

The Visual Studio 2010 Recent Project Listing and IIS Web Sites

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
3 Jan 2012CPOL 12.6K   1  
The VS2010 Recent Project list is not very friendly about displaying web sites which you are running under IIS Express rather than the ASP.NET development server.

The VS2010 Recent Project list is not very friendly about displaying web sites which you are running under IIS Express rather than the ASP.NET development server. It gives them names such as "http://localhost:54890" which are hard to remember for most people.


A quick workaround is to locate the solution file for the project associated with the website using Windows Explorer and rename it to something that is more descriptive, for instance, TheWebSite.sln rather than localhost:54890.sln. Back in Visual Studio, go to File -> Open Project, then browse to and open the renamed solution file. The IIS based website will open and the Recent Project list will now use the name you gave the .sln file as the link to the web site, making it easier to identify in the future.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --