c# - Can't deploy asp.net web api debug mode on azure -
i have asp.net web api application. works well. deployed on azure web app (with right click -> publish...). can token url xxxxxx.azurewebsites.net/token when call url xxxx.azurewebsites.net/api/xxxx, returns error 500. wanted remote debug application, tried deploy "configuration : debug" when it, have error :
error 5 web deployment task failed. (création d'une application qui n'est pas prise en charge par cet environnement serveur. pour en savoir plus : http://go.microsoft.com/fwlink/?linkid=221672#error_not_supported.) 0 0 api
sorry, it's french error (translation : creation of application not supported server environment. see more :).
is there knows how deploy in debug ?
thank you.
salut! i'm not sure specific error remote debugging requires attaching debugger. take @ microsoft article describing how set visual studio remote debugging azure web sites.
https://azure.microsoft.com/blog/2014/05/06/introduction-to-remote-debugging-on-azure-web-sites/
Comments
Post a Comment