Which folders are required for an Umbraco 7 Deployment
Hi Guys,
I'm about to make my first Umbraco 7 website live and what I'd like to know is which folders I need to deploy. In the ASP.net world of old, as long as the website was precompiled, I didn't need to include any of the aspx.cs source code files.
Is this the same with Umbraco e.g. I'd imagine that all of my SurfaceController source code is compiled into the dll that does under the site name in the Bin folder. I therefore presume I do not need to include the Controllers folder for example.
Is there a definitive list somewhere of what should and should not be included for an optimal site. My primary reason for asking is that a complied dll is a lot more hack-proof than having source files sitting around on the webserver.
Which folders are required for an Umbraco 7 Deployment
Hi Guys,
I'm about to make my first Umbraco 7 website live and what I'd like to know is which folders I need to deploy. In the ASP.net world of old, as long as the website was precompiled, I didn't need to include any of the aspx.cs source code files.
Is this the same with Umbraco e.g. I'd imagine that all of my SurfaceController source code is compiled into the dll that does under the site name in the Bin folder. I therefore presume I do not need to include the Controllers folder for example.
Is there a definitive list somewhere of what should and should not be included for an optimal site. My primary reason for asking is that a complied dll is a lot more hack-proof than having source files sitting around on the webserver.
Thanks,
Damien
Hello,
If you download a clean install of Umbraco you can see what folders are already there. Those should be deployed.
Jeroen
Hi Jeroen,
Sorry for the late reply, my message got buried on the forum.
Many thanks for the clarification, that makes sense since nearly everything is compiled into the dlls int he bin directory.
Cheers,
Damien
is working on a reply...