I am very new to Umbraco and might be asking a stupid question, so I aplogize in advance.
I am about to start working on a new CMS project that must allow the front end to be seperated from the administration. The level of security requires that the back end reside on a sepearte filesystem. The MS SQL database will be the same.
Is it possible to move the umbraco folder to a new filesystem (not accessable from the front end server).
We have a client that has the same thing. The front end is a copy of the administration site but does not include the Umbraco folder (all the admin stuff) and the web.config (so we can have to sql logins (admin login is datareader/datawriter & front end has only select rights on tables)
We have a sync job running every 15 minutes that copies everything over to the front end (bar the Umbraco folder & web.config)
Seems to work quite well as long as the client remembers that there is a delay from publishing to showing on the front end
Seperating Edit/Update from Front End
I am very new to Umbraco and might be asking a stupid question, so I aplogize in advance.
I am about to start working on a new CMS project that must allow the front end to be seperated from the administration. The level of security requires that the back end reside on a sepearte filesystem. The MS SQL database will be the same.
Is it possible to move the umbraco folder to a new filesystem (not accessable from the front end server).
Phillip
We have a client that has the same thing. The front end is a copy of the administration site but does not include the Umbraco folder (all the admin stuff) and the web.config (so we can have to sql logins (admin login is datareader/datawriter & front end has only select rights on tables)
We have a sync job running every 15 minutes that copies everything over to the front end (bar the Umbraco folder & web.config)
Seems to work quite well as long as the client remembers that there is a delay from publishing to showing on the front end
Adrian
Excellent, thank you for the reply.
is working on a reply...