I have tried doing virtual path but I am missing a few pieces of information. What is ~/myspecialtemplateserver? Is this a virtual directory in iis? When I return this file, can I specify it in my razor view as my layout?
Such that Layout = GetFile("webserver/iisFolder/interestingLayouts")
Xequence
Contributor
4515 Points
1575 Posts
Re: mvc3 use external layout page
Apr 10, 2012 01:50 PM|LINK
I have tried doing virtual path but I am missing a few pieces of information. What is ~/myspecialtemplateserver? Is this a virtual directory in iis? When I return this file, can I specify it in my razor view as my layout?
Such that Layout = GetFile("webserver/iisFolder/interestingLayouts")
or
Layout = GetFile("remoteServer/iisFolder/christmasLayout")
Credentials