Copied to clipboard

Flag this post as spam?

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


  • Efthimios Piperakis 24 posts 44 karma points
    Feb 10, 2012 @ 08:54
    Efthimios Piperakis
    0

    Disable Umbraco .aspx handling

    Hi,

    I have a project where I want to use Umbraco only for the backend as a CMS. But I want to disable it completely in the frontend handling my aspx pages for me, and I want to use the API to get the content I want. In other words, I want to create an aspx page manually which will not be handled by the Umbraco engine. Right now, if e.g. you create a test.aspx page and put it in the root folder, it will return 404 because Umbraco will look for a node with this alias. 

    Ho do I disable the .aspx handling by Umbraco, but still be able to use Nodefactory etc. in codebehind to access the content?

     

    Thanks

    Themos

  • skiltz 501 posts 701 karma points
    Feb 10, 2012 @ 09:27
    skiltz
    0

    Trying editing umbracoReservedPaths in web.config appsettings. Trying adding ,~/ - Haven't tried it....

     

Please Sign in or register to post replies

Write your reply to:

Draft