The 'DefaultConnection-Web.config Connection String' argument cannot be null or empty. VS2013

后端 未结 4 1988
伪装坚强ぢ
伪装坚强ぢ 2020-12-28 13:01

When I deploy my project with \"Publish as Azure WebJob\" using Visual Studio 2013/update 4, I get the error in the title.

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 13:23

    Create a Parameters.xml file in the Project root with the following content:

    
    
      
    
    

    All the other missing config elements can be added here as well.

提交回复
热议问题