vote up 2 vote down star
1

I would like to share 2 folders of content ('stylesheets' and 'graphics') between multiple asp.net projects in a solution.

Is there a way to do this and have studio display the graphics and such appropriately at design time?

flag

2 Answers

vote up 2 vote down check

I looked into this deeply a while back and found no great solution right there in Visual Studio.NET. What I ended up doing was using my source control system to share the folders.

I used Subversion Externals to share to multiple working copies, from a single source in Subversion.

http://svnbook.red-bean.com/en/1.1/ch07s04.html

I know there's a similar sharing concept in Source Safe and likely other source control systems as well.

link|flag
A similar link (svnbook.red-bean.com/en/1.5/…) to the latest version(1.5) of svnbook suggests that externals now supports relative pathing... – Rory Becker Oct 14 '08 at 14:06
Worked very nicely... Thanks very much :) – Rory Becker Oct 14 '08 at 14:28
vote up 1 vote down

I haven't tried this, but I believe if you make it a virtual folder in IIS for both websites, it will appear properly in VS (Of course, this means using IIS instead of the internal VS webserver).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.