Copied to clipboard

Flag this post as spam?

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


  • psiho 101 posts 96 karma points
    Nov 24, 2011 @ 17:02
    psiho
    0

    html page as back office section?

    Few times our clients requeted some HTML page to be in their back offices instead of separate URLs. Usually, those are simple admin features of some external systems and they want to avoid remembering two different admin URLs. Sometimes it is even Umbraco page like "export" of some sort, for which we produce XSLT macro and put it on protected page. However, often they ask why it is not in back office.

    I know everything can be programmed, but for simple projects we try not to include .net programmers but only webmasters with basic XSLT knowledge and no razor/.net knowledge.

    Is it possible?

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Nov 25, 2011 @ 11:15
    Ismail Mayat
    0

    psiho,

    This is possible. What you need to do is create a dashboard control with an iframe.  So upload your html file to your umbraco site you can put the page in the root of the website.  Next create a .net usercontrol with an iframe on it and point the src to the html file.  Update the dashboard.config to point to the usercontrol.  

    Regards

    Ismail

  • psiho 101 posts 96 karma points
    Dec 06, 2011 @ 15:22
    psiho
    0

    A bit late, but thank you! Your solution works perfectly.

Please Sign in or register to post replies

Write your reply to:

Draft