ASP.NET Core deployment to IIS error: Development environment should not be enabled in deployed applications

后端 未结 8 2239
一个人的身影
一个人的身影 2020-12-02 20:05

I followed this article to deploy my ASP.NET MVC Core 1.0 app to local IIS on my Windows 10 that is using IIS 10. The application deployed successfully and it opens the home

8条回答
  •  感动是毒
    2020-12-02 20:55

    I wanted to run it in development environment, so I added following in web.config file, and it worked for me:

    
         
    
    

提交回复
热议问题