Umbraco Cloud offers a way to add custom MVC content by using .Core and .Web projects within the same solution. There is a utility that Umbraco provides to set up these namespaces and set up all the necessary references.
How do I do something like this with Umbraco 8 hosted on my own server?
In short, I need some c# code to execute on all URL requests to gather some windows authenticated user information before loading page content. I assume I need to modify the RenderMvcController, but I'm not sure how to do that without the .Core / .Web project separations.
Umbraco 8 Custom Controllers
Umbraco Cloud offers a way to add custom MVC content by using .Core and .Web projects within the same solution. There is a utility that Umbraco provides to set up these namespaces and set up all the necessary references.
How do I do something like this with Umbraco 8 hosted on my own server?
In short, I need some c# code to execute on all URL requests to gather some windows authenticated user information before loading page content. I assume I need to modify the RenderMvcController, but I'm not sure how to do that without the .Core / .Web project separations.
is working on a reply...