asp.net - Solution on resource (css, images) sharing between IIS sub web applications -


i have large website hosted in iis, within there numbers of sub web applications. each web application developed either asp.net webform application or asp.net mvc application. web applications work enable web site.

so, question: there best solution share common resources (css, images, js) among applications? currently, resources duplicated in each web application , quite pain maintain them.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -