I got my answer Using Global Theme is way to share Theme between different Apps.eg if you want to create a Global Theme called theme1
For Cassini server create a Theme1 folder inside framework folder like \WINDOWS\Microsoft.NET\Framework\v2.0.xxxxx\ASP.NETClientFiles\Themes \Theme1 For IIS server create a Theme1 folder inside like \Inetpub\wwwroot\aspnet_client\system_web\v2.0.xxxxx\Themes\Theme1 Application level Theme will override the Global theme. ie if Theme named Blue is defined at Global and Application level then application level Blue theme will be applied to the site --- In [email protected], "Jonathan" <[EMAIL PROTECTED]> wrote: > > I know of a way to compile and share master pages across apps in iis, > but I am trying to figure out a way to share themes. > > So far I can compile the whole theme ( it leaves out css files ) and i > coulad technically reference this in other projects or the gac... but > i can't find a way to actually let the app know that i have these > themes it can use... without placing the themes physcially in my > app_themes folder. > > any help or guidance here would be appreciated, > > Thank you, > Jonathan Minond > http://community.rainbowportal.net/blogs/jonathans_rainbow_blog/ > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNet2/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

