Web pages table with .cfm links needs to be changed to .aspx
Posted: Wed Aug 05, 2009 11:53 am
I have successfully upgraded my 5.5 CFMX cart to 7.0 ASP.
I notice that to get my HTML listed in the WEBPAGES table I will have to find ever "content" in that table and manually change the .cfm extension to a .aspx extention. Im sure I can do a find and replace where ".cfm" is changed to ".aspx"
Furthermore I see that I will also have to do a find and replace with
"images/ with "assets/images/
I am using MSSQL2005 full version.
Is there any automated way to do this on the DB level other than a cell extraction in an SQL manager, select all, copy, alt tab, paste to dreamweaver, find and replace, select all, copy, alt tab, paste to the DB cell?
If so could some one point me to a tool that can do it?
Thanks.
I notice that to get my HTML listed in the WEBPAGES table I will have to find ever "content" in that table and manually change the .cfm extension to a .aspx extention. Im sure I can do a find and replace where ".cfm" is changed to ".aspx"
Furthermore I see that I will also have to do a find and replace with
"images/ with "assets/images/
I am using MSSQL2005 full version.
Is there any automated way to do this on the DB level other than a cell extraction in an SQL manager, select all, copy, alt tab, paste to dreamweaver, find and replace, select all, copy, alt tab, paste to the DB cell?
If so could some one point me to a tool that can do it?
Thanks.