How to create a custom aspx page in Umbraco?

I want to create / customize a Umbraco structure. To do this, I need to create a new aspx page in the Umbraco folder and configure the fields of the database table. Does anyone have an idea on how to create custom pages in the Umbraco Framework?

+5
source share
1 answer

There are quite a few approaches to your question. The simplest answer would be to create a folder called pages, and then in your web.config just add the folder under the key " umbracoReservedPaths ", this will tell the url writer umbraco to ignore any page that is under the pages .

- "", usercontrol usercontrol .

:

http://our.umbraco.org/forum/developers/extending-umbraco/4047-Using-my-own-aspx-pages-in-Umbraco

http://umbraco.com/help-and-support/video-tutorials/introduction-to-umbraco/developer-introduction/using-net-user-controls.aspx

+4

All Articles