I am using Cute Editor for .NET inside an web application that will be used for managing website content.
In development, the team has added content using Page Properties>Base location to be our server. In the HTML view, we then set image paths to be /uploads and other web page links to be something like 'FRP/', or "PCH/' (because the CMS will be managing multiple websites).
The question I have is when we deploy this CMS to our clients server, is there an easy way to deploy all the content without manually going in and retyping the Base Location for each as well as going into HTML view and and stripping out the original base location from the image and href paths that is saved originally. OR is there a better way to handle this all together. I tried playing with the basehref and removeservertagsfrom url properties on the control and it really screwed up links and even hard coded links that were on the website 'skin'...not even in the content code. Very bizarre behaviour.
Schly