I have a site template which i am exporting from one environment to
another. Normally, I create an stp file and deploy it on the other
environment. However, one of the webparts thats within the site has a
parameter which requires full url link to work, it does not accept
relative links. So on environment one, the webpart's parameter will be
http://enviroment1/site/blah (does not accept "/site/blah"), on the
other environment, its http://enviroment2/site/blah.
What this means is every time i go to deploy it, i need to deploy the
stp file on environment two, create a site, alter the webpart and
recreate a new template for environment two.
What i want to know is, is it possible for me to alter the stp file
and correct the parameter url.
I know that the stp file is just a cab file with a manifest.xml file
which is in CAML. However, trawling through the manifest file, i can't
find where the webpart information is stored. How/is this possible?
Where is the webpart information stored when you deploy an stp file on
a different server (as stated earlier, i can't find it in the stp file)?