sflb.ashx removal problem

Posted by Community Admin on 03-Aug-2018 12:18

sflb.ashx removal problem

All Replies

Posted by Community Admin on 25-Jan-2011 00:00

Hi guys,

We've come across yet another obvious problem with the migration to SF4 from 3.7.  In 3.7 all of our site's images and documents were stored and referenced with an "sflb.ashx" extension.  This is no longer the case in SF 4, but we were given no clue as to how to resolve this.  We could write our own handler to cater for this, but should we really need to?  Wouldn't it be a much better solution to properly convert all these sflb.ashx references?  If so, how should I go about it?

Also - is page content stored as HTML (in nvarchar format)?  If so, where?  This would prove very useful, as it would allow me to simply do a find and replace on "sflb.ashx", and therefore avoiding the requirement for a handler.


Thanks.

Nick

Posted by Community Admin on 25-Jan-2011 00:00

Hi Nick Haworth,

The page content is represent by controls. The data is saved inside [sf_control_properties] table. For instance the Content of ContentBlock control is saved to this table inside "val" column.

Best wishes,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed