Is it possible to have the Visual Studio 2010 Start Page show a list of Recent Websites in addition to (or in place of) the list of Recent Projects? Most of my solutions are Websites, and it's annoying that I have to go thru the File > ...
menu for those when there's a Recent Projects list on the start page going unused.
Previous versions of VS showed Websites in the Recent... list, I don't know why they'd take that functionality out of the new one.
I tried simply replacing the DataContext="{Binding RecentProjects}"
line with DataContext="{Binding RecentWebsites}"
, but not surprisingly, that didn't work.