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

后端 未结 4 1990
伪装坚强ぢ
伪装坚强ぢ 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:30

    Fixed by removing the following markup from the .pubxml file. You must exit/restart VS after removing the markup (or VS will add it back in).

    
      
    
    

提交回复
热议问题