This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
when i create new page with url like "~/section1/pageName.aspx then bread crumbs dont work.
Hi,
Using extra segments like /section1/ in urls is not supported. you can use ~/section1-pageName.aspx but not ~/section1/pageName.aspx
For more information see http://www.mojoportal.com/search-engine-optimization.aspx
Best,
Joe
Thanks Joe