Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Nope, all you need is this :<episerver xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
There is a problem with the namespace, see http://tedgustaf.com/blog/2010/7/using-config-transforms-for-EPiServer-settings/
If i remember correctly this is a bug in the VS 2010 files, fixed in VS2010 SP1. So upgrade if you haven't already.
I am trying to run a config transform on the episerver.config file, however the file starts with
<episerver xmlns="http://EPiServer.Configuration.EPiServerSection">
but a transform file must start with
<episerver xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
This causes the transform not to work. Is the xmlns of the original config required?