Copied to clipboard

Flag this post as spam?

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


  • Steve 10 posts 30 karma points
    Jun 22, 2012 @ 13:09
    Steve
    0

    Non document type pages in umbraco

    Can I create my own asp pages and navigate to them under umbraco?

    I want to have the member enter some information, capture it and store it in their member profile or on a page or do some processing on it before passing it on.

     

  • Dimitris Tsoukakis 33 posts 59 karma points
    Jun 22, 2012 @ 13:16
    Dimitris Tsoukakis
    0

    See umbracoReservedUrls and umbracoReservedPaths in web.config. This way you tell umbraco not to cope with these paths.

    Another option is to create a generic document type that will load inside a panel a user control that you declare by name from the content section.

    If you need more instructions for the second option just let me know.

  • Steve 10 posts 30 karma points
    Jun 22, 2012 @ 15:59
    Steve
    0

    Hi, thanks for that.

     

    Ive been playing with the "umbracoReservedPaths" and it works for .html  pages but not for .ascx pages.

    it works for ASPX but not ASCX..

    I get a 404.7 error..

    The request filtering module is configured to deny the file extension.

     

    I assume its something to do with the config, and making sure it allows various pages types to be used?

     

  • Steve 10 posts 30 karma points
    Jun 25, 2012 @ 12:07
    Steve
    0

    anyone?

  • Sjors Pals 617 posts 270 karma points
    Jun 25, 2012 @ 12:14
    Sjors Pals
    0

    I think that extension is not registered correct in IIS, can it be that it's disabled?

  • Steve 10 posts 30 karma points
    Jun 25, 2012 @ 12:36
    Steve
    0

    hmm.. im using web matrix.. im not sure how to check.

Please Sign in or register to post replies

Write your reply to:

Draft