Copied to clipboard

Flag this post as spam?

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


  • mayil 6 posts 26 karma points
    Oct 14, 2010 @ 06:57
    mayil
    0

    How to Integrate Aspx pages to UMBRACO?

    How to Integrate Aspx pages to UMBRACO?

     We have a requirement for designing the 55 pages. In this case nearly 30 pages are content management system so that we would like to go with UMBRACO, remaining 25 pages are search, registration etc.  These remaining 25 pages we will desire to design in asp.net using visual studio 2008 and sql server, how do I integrate with 55 pages under one project in UMBRACO. When I click the UMBRACO menu then my aspx page should be open under the UMBRACO environment. 

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Oct 14, 2010 @ 08:35
    Dirk De Grave
    0

    If you just want those 25 pages in your umbraco installation, you've got the following options:

    Either place all those pages in a subdirectory mydirectory, and set 

    <add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/mydirectory/" />

    Or put your 25 pages where you want them and add the url of each of these pages to the following settings.

    <add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx" />

     

    I'd prefer the first.

     

    Just an extra question, what do you mean by "When I click the UMBRACO menu then my aspx page should be open under the UMBRACO environment"?

     

    Cheers,

    /Dirk

  • mayil 6 posts 26 karma points
    Oct 14, 2010 @ 10:25
    mayil
    0

    Just an extra question, what do you mean by "When I click the UMBRACO menu then my aspx page should be open under the UMBRACO environment"?

     

    Meaning out of 55 pages if we design the 30 pages in Umbraco then these 30 pages open with umbraco css template or anything , if i open the remaining 25 pages using umbraco menu but devoloped in visual studio , there is any possibility to show these pages like umbraco design environment.  all the pages looks like same CMS pages or ASPX pages.

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Oct 14, 2010 @ 10:32
    Dirk De Grave
    0

    Sure, should be no issue, you can resuse umbraco's masterpages and css stuff, as these are all disk based files.

     

    Cheers,

    /Dirk

  • mayil 6 posts 26 karma points
    Oct 14, 2010 @ 11:40
    mayil
    0

    Where Shoud I get the Trial and Demo video's

  • Happyfanaticsalsero 59 posts 81 karma points
    Oct 14, 2010 @ 12:02
    Happyfanaticsalsero
    0

    That's found in Umbraco TV (need a small subscription fee though).

    See: http://umbraco.org/documentation/videos

    Kind regards,

    HFS

  • mayil 6 posts 26 karma points
    Oct 14, 2010 @ 12:44
    mayil
    0

    One more Question I just want the price list for UMBRACO

  • Happyfanaticsalsero 59 posts 81 karma points
    Oct 14, 2010 @ 13:01
    Happyfanaticsalsero
    0

    That's found here:

    http://umbraco.org/products

     

    Basically:

    - either you use the free version

    - or you'd like some extra tools like contour or concierge etc (800€)

    - or you also have need of support. (see price list)

Please Sign in or register to post replies

Write your reply to:

Draft