Not able to publish website on Windows Azure using publish through VS2010

后端 未结 10 858
醉梦人生
醉梦人生 2021-02-05 01:55

I am facing this problem when I try to publish my web application on Windows Azure via Visual Studio 2010. I am trying by right click on project and select publish and importing

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 02:20

    Make sure you don't have a web debugging proxy running which logs all HTTP(s) traffic between your computer and the Internet. My issue was that Fiddler was running because I was debugging a Web API. I was able to publish successfully after closing Fiddler.

提交回复
热议问题