Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • TheOriginal 22 posts 122 karma points
    Feb 05, 2016 @ 09:27
    TheOriginal
    0

    Target already made template with a custom controller

    I am trying to create a login that logs in straight away using the active directory, for me to be able to do this i need to create my own controller and target an already made template that I wont them to login to on. Does anyone know how to target an already existing view/template?

    Here's what i got so far:

    public class ActiveDirectoryController : Umbraco.Web.Mvc.RenderMvcController
    {
        // GET: ActiveDirectory
        public ActionResult Home()
        {
            return View();
        }
    }
    

    Any help will much appreciated.

    Umbraco Details:

    Version: 7.4.0 Beta2

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies