I'm hosting a MVC 4 web site on Azure. The site requires Windows Identity Foundation to authenticate a web service call. I'm getting this error:
"Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified"
I've done some reading and it seams you can install via a web role. However, I'm deploying my site via Git and don't have any Azure web roles in my project.
Is there any other way to install WIF on the hosted cloud server?