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

后端 未结 30 2426
死守一世寂寞
死守一世寂寞 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:26

    To make a change at Application Level (Web.Config):

    Please remove the Trust Level from the web.config:

    Actually I was getting this error when I was trying to host my Website on the Hosting Server where I don't have control on their Server. Removing the above line from my Application web.config solved my issue.

提交回复
热议问题