Hi,
i've got a VS2008 asp.net mvc solution with the projects:
- Common
- Project_1
- Project_2
The common project also contains an "images" folder with "common images" that should be used by both of the 2 projects...
How would i "link" to these folder from one of the projects now, when it should be available via a browser ( e.g. via a path like "/Common/images/image1.gif" )?
Do i "reference" it somehow in the project?
I really have no idea how to do this...
Thanks!