Should RC2 already work as Azure WebApp? I seem to be able to publish just fine, and project runs on my development machine. However when I deploy to Azure, only thing I'm getting is "The specified CGI application encountered an error and the server terminated the process."
Eventlog is full with these errors:
<Event><System><Provider Name="HttpPlatformHandler"/><EventID>1000</EventID><Level>0</Level><Task>0</Task><Keywords>Keywords</Keywords><TimeCreated SystemTime="2016-05-23T16:26:22Z"/><EventRecordID>411884531</EventRecordID><Channel>Application</Channel><Computer>RD000D3A33602A</Computer><Security/></System><EventData><Data>Process '0' failed to start. Port = 6268, Error Code = '-2147024894'.</Data></EventData></Event>
Project was upgraded from RC1