Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Sharing style sheet and javascript file (http://www.velocityreviews.com/forums/t94668-sharing-style-sheet-and-javascript-file.html)

Aaron Prohaska 01-17-2005 08:49 PM

Sharing style sheet and javascript file
 
Does anyone have an idea how to share common include files like a
stylesheet or javascript file across multiple web projects in vs.net?

Regards,

Aaron

Peter Chadwick (MCP) 01-17-2005 10:43 PM

Re: Sharing style sheet and javascript file
 
Hi,

You could put your common files (js, css etc.) into a folder (or folder
structure) and add that folder to each web project in IIS as a virtual
directory. Then all "individual" files simply refer to the "Common" sub
folder (or whatever you decided to call it)...
Regards,

Peter Chadwick (MCP)
pete@code-explorers.com



All times are GMT. The time now is 01:27 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57