Home
»
Community Groups
»
Sitefinity
»
Front- & Back-End Development
»
Front- & Back-End Development
»
Custom URL Routing in Global.asax
Custom URL Routing in Global.asax
Know More By
Logging In
Log In
Forgot Password
NOT A MEMBER?
REGISTER NOW
Search the community
Search
Search Options
Search Everything
Search Front- & Back-End Development
Member Options
Share this
RSS
Thread Details
2
replies
36
subscribers
Posted
6 months ago
Related Tags
Front- & Back-End Development
Overview
Forum
 Front- & Back-End Development
Custom URL Routing in Global.asax
Posted by
Community Admin
on
4 Aug 2018 11:57
Custom URL Routing in Global.asax
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
Community Admin
on
7 Oct 2016 0:00
www.sitefinity.com/.../adding-custom-route-for-static-web-forms-in-sitefinity-sites
I applied this method, but I can't reach the page.
System.Web.Routing.RouteTable.Routes.MapPageRoute("CustomPageRoute", "customroute","~/CustomPage");
when I write the www.blabla.com/customroute to the browser
IIS can't find the page. But I have a page with name CustomPage in my CMS. I'm creating page using CMS. I mean I dont have a page in my folders with name CustomPage.aspx, but I have page in CMS with this name that is CustomPage, its url is www.blabla.com/custompage .
How can I route my urls ?
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
Community Admin
on
9 Dec 2016 0:00
Any luck on resolving this issue?
You have posted to a forum that requires a moderator to approve posts before they are publicly available.