Is it possible to use a layout from another assembly? I spitted up my application in different layers and have a separated UI layer which contains the master layout for the
You may take a look at the following article which illustrates a technique allowing you to have Razor views embedded into a separate assembly.