A team mate published a package using IIS 8.0
On running the application they came with the following error:
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
The issue was occurring due to missing IIS components.
Added the following components to IIS and the package was deployed.
If the issue still exists after adding IIS Components try the following:
1 Verify application is pointing to correct Application Pool
2. In Default web site go to Basic Settings, click CONNECT AS and select the Right User
3. Verify the extracted files directory has required permissions for 'IIS_IUSRS'
No comments:
Post a Comment