asp.net mvc - My MVC 4 App fails to load on Azure. How do I find out what is wrong? -


we have app upgraded mvc 3 mvc 4 , visual studio 2010 2012. we're trying deploy azure, doesn't seem want run there. works locally, in iis express , azure emulator. can build image fine through visual studio , via our msbuild project on command line. deploy fine well.

then when browse our deployment's url, 500 error, message "there problem resource looking for, , cannot displayed." it's not ysod, leads me believe app can't start, message above feedback get.

we've tried bunch of things work:

  • upgraded latest azure sdk
  • changed target framework on app .net 4.5
  • deployed on windows server 2012 instance

nothing seems help. if know wrong, please enlighten me. immensely find details on 500 error message when browse. how can that?

the best way troubleshoot rdp azure vm, open ie, , browse dip. dip vm's internal ip address (a 10.xxx or 100.xxx address) can ipconfig. give more detailed error information expect when browsing website server iis running. suspect become obvious once detailed error information, , root cause 1 of 2 things:

  1. a dll reference didn't set copylocal=true for.
  2. an element in web.config without appropriate section in <configsections>.

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -