Error and problems after publishing ASP.NET 5 vNext RC2 to Azure -


when publish azure tiny, tiny test project, configured in latest vnext rc2, following error upon first load after extremely long wait:

the specified cgi application encountered error , server terminated process. 

subsequently if app more simple "hello world" project below, i.e. uses mvc etc. app extremely unresponsive, failing load images, taking minutes load each page. although it's fast little while, slow again.

in rc2 there some changes hosting setup, these have been implemented in tiny test project.

i have seen this question , ensured publishing exact correct version of clr, in fact information same result happens if use full or core clr.

here example project (publishing profiles removed):

https://www.dropbox.com/s/hpkrj6c74eaytjz/tinyproject.zip?dl=1

if create new rc1 project, problem doesn't surface, update rc2 problem persists.

in end solved creating app service plan other free or shared option, in case b1 (screenshot visual studio azure sdk):

enter image description here


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -