The requested page cannot be accessed because the related configuration data for the page is invalid

前端 未结 3 876
孤城傲影
孤城傲影 2021-01-04 11:06

I am getting this error when I try to run an ASP.NET application without a web.config file.

The requested page cannot be accessed because the related

3条回答
  •  感情败类
    2021-01-04 11:32

    You need to set permission for your Website folder or copy them to wwwroot folder.

    If you choose to set permission, there are two ways:

    • Right click on Your Website folder, or
    • Right click to Your Website in IIS

    Then select Edit permission and Add a permission (IUSR - default iis user)

提交回复
热议问题