Hey Boyan,
Quick question on this...this doesn't work on a single view control filter, any "easy" way around that? Like to the user this:
/ug/mf/4/cases/aj-singhai is a page, but in reality this
/ug/mf/4/cases/ is the page, and the content item is
aj-singhai. So putting like a "2" on the end or something to make it invalid gives this, which is a 404 status code in firebug.
Server Error in '/' Application.
Page not found
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.Web.HttpException: Page not found
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
[HttpException (0x80004005): Page not found]
Telerik.Sitefinity.Web.PageRouteHandler.handler_PreRenderComplete(Object sender, EventArgs e) +861
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Page.OnPreRenderComplete(EventArgs e) +121
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1155
|
Steve