runtime - generate web.config at run time - sitecore -
runtime - generate web.config at run time - sitecore -
i integrated active directory sitecore , works perfect, trying write patches config changes. sections <membership defaultprovider="sitecore" hashalgorithmtype="sha1"> , <rolemanager defaultprovider="sitecore" enabled="true">
changed connection setting ad. when seek write config patch section, section not built @ run time. domains section works, mean patch created section works , writes web.config @ runtime. observed difference here domains section under <sitecore>, <membership> , <rolemanager >
in <system.web>
section. reason these not included in web.config? can write patches sections under <sitecore>?
any ideas appreciated.
thanks.
you can patch elements within /configuration/sitecore element.
refer post: http://www.sitecore.net/learn/blogs/technical-blogs/john-west-sitecore-blog/posts/2011/05/all-about-web-config-include-files-with-the-sitecore-aspnet-cms.aspx
i think have utilize config transforms mentioned leandro.
runtime sitecore configuration-files sitecore7.2 web.config-transform
Comments
Post a Comment