I hav a dought about navigation in umbraco. In my site, created some pages in umbraco and have some static aspx pages also. Then, How can i navigate from static page to umbraco pages and vice versa? Please give me any suggestion for this problem.
In order to be able to navigate the static pages without Umbraco interfering and trying to hijack the route you need to add the paths for those static pages to the "umbracoReservedUrls" in the app settings in the Web.Config file.
To be able to link from you static pages to Umbraco pages you probably need to hardcode the links.
Navigation to aspx page in Umbraco
hi All,
I hav a dought about navigation in umbraco. In my site, created some pages in umbraco and have some static aspx pages also. Then, How can i navigate from static page to umbraco pages and vice versa? Please give me any suggestion for this problem.
thanks,
alen
Hi Alen
In order to be able to navigate the static pages without Umbraco interfering and trying to hijack the route you need to add the paths for those static pages to the "umbracoReservedUrls" in the app settings in the Web.Config file.
To be able to link from you static pages to Umbraco pages you probably need to hardcode the links.
Hope this helps.
/Jan
Thank you Jan. It works great by the way.
Alen
Hi Alen
Glad it solved your issue - Please mark the post as solved so others who comes across this issue can go straight to the solution :)
Cheers, Jan
is working on a reply...