Rank: Devotee
Joined: 8/23/2007 Posts: 44
|
Hi, I am trying to write a data type which involves using some of the existing dialog pages, such as TreeInit.aspx.
I can invoke the existing standard pages OK, but I can't get the system to load one that I have written myself. I just get "404 Page not found" errors. Even if I write a dead simple aspx page, put it into some umbraco directory, and call it directly using the URL, it won't.
Presumably umbraco (or the IIS configuration) is filtering these requests somewhere, and preventing the load of ones it doesn't like.
Is it possible to persuade umbraco to load my pages, or am I barking up the wrong tree entirely?
With thanks, Tony.
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 486 Location: NL
|
Open up your web.config and look for the umbracoReservedUrls or umbracoReservedPaths section. You can add your own files or directories there. Should do the trick I guess.
PeterD
Working on an events-calendar with recursion. Post requests on my blog!
|
Rank: Devotee
Joined: 8/23/2007 Posts: 44
|
Cracked it!!
Thanks very much. :D
|