Non Umbraco pages in a Umbraco site Options
andydaniels
Posted: Tuesday, February 06, 2007 3:14:30 PM
Rank: Enthusiast

Joined: 2/6/2007
Posts: 10
My current site is built in .Net but I want to add some pages which can be content managed.

Is there anyway I can install Umbraco to an existing site and let all the old pages run as normal but use Umbraco on top of the existing site?

The problem I get now is I get the "No node found" error when I navigate to any of them.

Thanks
drobar
Posted: Tuesday, February 06, 2007 3:31:00 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,831
Location: MA, USA
It can be done. You simply need to tell Umbraco which files and folders it should ignore. This is done in the web.config file. Just add the appropriate details to these two entries:

Code:

<add key="umbracoReservedUrls" value=",/umbracoTextGen.aspx,"/>
<add key="umbracoReservedPaths" value="/umbraco/,/install"/>


cheers,
doug.

MVP 2007-2009 - Percipient Studios
andydaniels
Posted: Tuesday, February 06, 2007 3:41:11 PM
Rank: Enthusiast

Joined: 2/6/2007
Posts: 10
Easy as that, nice one
johny
Posted: Friday, April 27, 2007 11:44:47 AM
Rank: Newbie

Joined: 11/6/2006
Posts: 8
i tried the same but not working :( "no node found"... can you tell me more, please?

Thanks
SoerenS
Posted: Friday, April 27, 2007 12:20:04 PM

Rank: Fanatic

Joined: 7/25/2006
Posts: 433
Location: Silkeborg, Denmark
Helko, can you post a copy of the above mentioned lines of your web.config file?

Brug for råd til hvordan du driver en god webshop? / Need advice on how to run an effective webshop?
johny
Posted: Friday, April 27, 2007 12:31:04 PM
Rank: Newbie

Joined: 11/6/2006
Posts: 8
<add key="umbracoReservedUrls" value="test.aspx"/>

also tried with <add key="umbracoReservedUrls" value=",/test.aspx"/>
and <add key="umbracoReservedUrls" value=",/umbracoTextGen.aspx,/test.aspx,"/>


And the result is (for the first value):

No node found (http://localhost/default.aspx?umbPage=/test.aspx&umbDebugShowtrace=true, '/root/node [@urlName = "test"] | /root/node/node [@urlName = "test"]')

PATH_INFO /default.aspx
PATH_TRANSLATED C:\ROOT\test.aspx
QUERY_STRING umbPage=/test.aspx&umbDebugShowtrace=true


for the rest the PATH_TRANSLATED is changed into C:\ROOT\default.aspx
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.