Clean Windows Azure Website

前端 未结 6 1681
有刺的猬
有刺的猬 2020-12-05 04:14

My ASP.NET MVC project pushed to a Azure website with an extra DLL which is invalid. This is keeping the project from running correctly. If a new website is created it works

6条回答
  •  暖寄归人
    2020-12-05 04:34

    When you right click and click Publish Web on the left hand side there should be a settings tab. Click this. Then expand the option under File Publish Options and check the Box for Remove addtional files at destination. (This will wipe out whats already there)

    enter image description here

    Also can be detailed here: MSDN

提交回复
热议问题