Problem loading Pages Options
maynardsmith
Posted: Friday, November 23, 2007 5:48:19 PM
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.
PeterD
Posted: Friday, November 23, 2007 9:14:08 PM

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!
maynardsmith
Posted: Saturday, November 24, 2007 12:24:06 PM
Rank: Devotee

Joined: 8/23/2007
Posts: 44
Cracked it!!

Thanks very much. :D
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.