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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -