Visual Studio + Localhost: How to manage multiple projects and image paths?

1

I am working with VS 2008 + IIS7 and testing my local machine. I have multiple projects fetched via VSS.

The project images are relative to the root "/images/...", but on my local server that ends up being below the project root (wwwroot instead of wwwroot/project).

How do I properly manage image paths?

Diodeus - James MacFarlane

Posted 2010-05-19T15:05:52.920

Reputation: 133

No answers