We use mirroring to move content from a staging to live site. We’ve setup a test environment that mirrors production but when I run mirroring I get
“There was an error loading the microsoft.web.services3 configuration section”
The config files are the same as production, aside from changes to reflect the different environment like DNS entries, and the web services section hasn’t changed
<microsoft.web.services3>
<maxRequestLength>1000000</maxRequestLength>
<messaging>
<transports>
<add scheme="soap.tcp">
<defaultPort value="8082" />
</add>
</transports>
</messaging>
</microsoft.web.services3>
Has anyone got any suggestions on how to resolve this?
Hi,
We use mirroring to move content from a staging to live site. We’ve setup a test environment that mirrors production but when I run mirroring I get
“There was an error loading the microsoft.web.services3 configuration section”
The config files are the same as production, aside from changes to reflect the different environment like DNS entries, and the web services section hasn’t changed
<microsoft.web.services3>
<maxRequestLength>1000000</maxRequestLength>
<messaging>
<transports>
<add scheme="soap.tcp">
<defaultPort value="8082" />
</add>
</transports>
</messaging>
</microsoft.web.services3>
Has anyone got any suggestions on how to resolve this?
Thanks
Neil