I recently had to remap my solution to a new directory, upon trying to reload the solution in visual studio 2010 I get the error message:
"Cannot open Web Site 'http ://localhost/XXX'. You must run Visual Studio in the context of an administrator account to create IIS Express sites with ports less than 1024."
This is strange because as far as I can tell, the port defined in the solution file is well above port 1024. And the only advice I can find requires that I open the solution in VS (funny little catch 22 right?).
The solution worked before I remapped and re-downloaded the solution from TFS.
This is in remote apps, so I don't have access to actually run VS as an administrator.