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
I have got a developer license. F
<sites>
<site siteId="unknown" description="Test site">
<siteSettings categoryId="1" ... />
</site>
</sites>
Two or more sites have the same siteId 'unknown' in <site>. The siteId must be unique for each site
<sites>
<site siteId="unknown1" description="Test site">
<siteSettings categoryId="1" ... />
</site>
</sites>
Only one <site> section without a <siteHosts> element is allowed. A <siteHosts> <add name="*" /> </siteHosts> is the same as not defining a siteHosts element.
<sites>
<site siteId="unknown" description="Test site">
<siteHosts>
<add name="http://localhost:6666/Testing/" />
</siteHosts>
<siteSettings categoryId="1" .../>
</site>
</sites>
web.config contains more than one <settings> section. This requires an Enterprise license.