I am trying to deploy an azure cloud application on Windows Azure. Application Specifications β
- It has one WebRole application - ASP.Net MVC (this MVC application uses the ASP.Net chart control)
- It does not contain any working role.
- Third-party links are set with the attribute "Copy Local" to "true" (MVC, ASP Charting and ASP Provider DLL).
- There is no DiagnosticsConnectionString in the service configuration file
- It uses an ASP provider to manage session state.
This application runs successfully in the local dev structure, but when I try to deploy it on Windows Azure, it gets stuck in a loop with a status that changes between initialization, busy, stop states. He never goes into a READY state. There seems to be no ERROR logs to convey deployment issues to the user.
So, is there a way to diagnose deployment problems? Is there any way to get ERROR logs for deployment?
Any help would be appreciated.
Thanks Kushal
source share