Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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.
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..
I assume its something to do with the config, and making sure it allows various pages types to be used?
anyone?
I think that extension is not registered correct in IIS, can it be that it's disabled?
hmm.. im using web matrix.. im not sure how to check.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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.
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?
anyone?
I think that extension is not registered correct in IIS, can it be that it's disabled?
hmm.. im using web matrix.. im not sure how to check.
is working on a reply...