Config Error: This configuration section cannot be used at this path

后端 未结 30 2508
死守一世寂寞
死守一世寂寞 2020-11-22 07:01

I\'ve encountered an error deploying a site to a server. When trying to load the home page, or access authentication on the new site in IIS, I get the error:

30条回答
  •  眼角桃花
    2020-11-22 07:18

    You could also use the IIS Manager to edit those settings.

    Care of this Learn IIS article:

    Using the Feature Delegation from the root of IIS:

    Feature delegation icon in IIS Manager

    You can then control each of machine-level read/write permissions, which will otherwise give you the overrideMode="Deny" errors.

    Example use of Feature Delegation

提交回复
热议问题