Error loading System.Web.Http after deploying to azure?
Everything works fine on my local machine. Once I deployed to windows azure. I am getting the following error:
Could not load file or assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Has anyone run into this problem before and know the fix?
Error loading System.Web.Http after deploying to azure?
Everything works fine on my local machine. Once I deployed to windows azure. I am getting the following error:
Could not load file or assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Has anyone run into this problem before and know the fix?
Check your web.config for:
After checking my web.config, I have this:
I did do an update to MVC, so before the update, it looked like this:
I haven't tested it, but what exactly does this do?
is working on a reply...