ASP.Net - It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level

后端 未结 7 1935
南笙
南笙 2021-01-19 17:34

Getting this error on an intranet application we have running in our development environment, and I\'m not sure where to go/look for a solution. The application used to work

7条回答
  •  伪装坚强ぢ
    2021-01-19 18:00

    In some cases this could be caused by creating another sub-folder in your project and you added another Web.config file which has the same filename as the other Web.config file in the root folder.

    To resolve this error, rename your newly added Web.config file to another name.

提交回复
热议问题