We have a situation were we have several pages with iframes which have URLS that need to be changed when we migrate our dnn sites to production.
Instead of trying to find all those IFRAMES and change them one at a time we would like to just make the change on the database level.
These URLs are all the same except when they get to production so in theory to do a select and change his on the database level would be the most efficient way.
I can't tell you how many times we've done a migration to production and we somehow miss One IFRAME URL somewhere. Is there a place where this is stored? If so, what is the name of the table where the IFRAME url is stored? Any tips would be great... Thanks |