"sc.include" tag in Sitecore web.config
Can someone explain me how "sc.include" works? Can use it开发者_JS百科 to include custom config files and handle it as usual custom section in .NET?
sc.include is mostly used internally by Sitecore. You can work with included configuration files (explained here), and you can also add your own custom handlers as per standard ASP.NET rules (your own configuration handlers).
精彩评论