edit: I figured it out. Well, almost :) I fixed this problem, but found another. Documenting the solution here.
I have an MVC web role that I am trying to deploy to Azure. He continues to bounce from Start> Initialization. I did my research and found two main reasons for this.
- One of the teams that I use does not have
Copy Local = Trueset - The diagnostic connection string is incorrect.
I checked my triple diagnostic connection, and everything is in order. I can use the same connection string as a worker, and it starts just fine. Therefore, I assume that the problem is related to # 1 above.
This was a standard MVC project, in which I added the azure deployment project, so I assume that I am missing something that the “Azure web role project will automatically do for me. I have already selected the option“ Add deployable assemblies ”in context menu of projects so that MVC bits are configured, right?
Here is a list of my links, the highlighted items have Copy Local = True. Did I miss one? What else do I need to do to deploy this? Are there any diagnostic tools I can use to help me figure it out?
update:
I like it when I find additional information :)
, , , , . IIS , . , . , , . , , , .
"System.Web.WebPages" . . ( HRESULT: 0x80131040)
, ( ) ..... ? IIS express, . noob. ?
