Clean Windows Azure Website

前端 未结 6 1678
有刺的猬
有刺的猬 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:29

    You can also use console to delete any file. Kudu is a web tool that allow you to see inside of Azure web application.

    Two ways to access Kudu

    1. go here: https://yoursite.scm.azurewebsites.net/DebugConsole/?shell=powershell (replace with your real website name)
    2. login to portal > app services > your site > Development tools > Advanced tools.

提交回复
热议问题