MSBuild error while compiling ASP.NET website

前端 未结 5 1615
一整个雨季
一整个雨季 2020-12-17 08:56

I get the following error when I try to compile an asp.net site using a custom build script.

error ASPCONFIG: It is an error to use a section registered as a         


        
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-17 09:29

    The rogue web.config file in the obj folder is most likely to be caused when you do a Publish Web Site. So just clean it up after you've done the publish.

提交回复
热议问题