I am hosting a asp.net 5 application on azure, the code is complied for beta8, the application runs fine on the local environment and when i publish the code on the azure si
Today we had the same problem. In our case it was caused by a failing Debug.Assert(...).
Debug.Assert(...)