In Visual Studio, is it possible to change the URL property of a folder? By default any folder in your project have a read-only URL of http://localhost/VirtualDirectory.... But if I want to, for example, reference a folder on another computer, is that possible?
Thanks.