-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem deploying to azure #59
Comments
If it is referenced and copy-local true then Azure probably doesn't like the web.config XML. Will try and investigate what MVC3/4 plants in there these days :) |
Just wondering if you had made any progress on this. I'm keen to deploy a prototype site into azure based on simple.web as a proof of concept. |
I have started to look at this on a coupes of occasions but had to sort out an azure account and time is short. Sincere apologies, perhaps @markrendle has an idea. |
Daniel, If you're able to send me a ZIP of the project, or one which reproduces the Cheers, Mark Rendle On Wed, Jul 3, 2013 at 1:29 PM, Daniel Whittaker
|
I just tried deploying a new app to Azure Websites and got this error. I have created a repo at https://github.com/jjvdangelo/simplewebazuredemo and set up an Azure Website to deploy from it at http://simplewebdemo.azurewebsites.net/. |
I built a very simple website just to try out simple web and razor. It works as expected locally but fails when I deploy to azure with the following config error:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
Line 15:
Line 16:
Line 17:
Line 18:
Line 19:
It tells me the issue is on line 17 which reffers to the System.Web.Mvc assembly. I've ensured it's properies are set to local but that didn't help. Any ideas?
Thanks in advance!
The text was updated successfully, but these errors were encountered: