重定向到主应用程序时 ADFS 出现错误
我正在创建一个具有 2 个 Web 角色的天蓝色应用程序。一种 Web 角色是普通的 Web 应用程序,另一种角色则集成了 ADFS。 Web 角色(ASFS 角色)在身份验证后将用户重定向到第一个 Web 角色,以继续正常的应用程序流程。当我从 ADFS Web 角色重定向到第一个 Web 角色时,出现以下错误。
找不到程序集 '微软.IdentityModel, 版本=3.5.0.0,文化=中立, PublicKeyToken=31bf3856ad364e35'。
我已将 CopyLocal 设置为 true,以防 dll 不可用。但是,此后又观察到同样的问题。 有人能告诉我这里有什么问题吗? 谢谢, 阿什瓦尼
I am creating one azure application which has 2 web roles. One web role is normal web application and other one has ADFS integrated with it. The web role (ASFS one) redirects the user to the first web role after authentication to continue the normal application flow. I am getting following error when I am redirecting to the first web role from the ADFS web role.
Unable to find assembly
'Microsoft.IdentityModel,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'.
I have made CopyLocal true, in case if the dll is not available. But, the same issue is observed after that.
Can anybody tell me what is the issue here?
Thanks,
Ashwani
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是这个问题的答案: http://social.msdn.microsoft.com/Forums/kk-KZ/windowsazuretroubleshooting/thread/35d37b41-b638-4023-aaab-b8134ac27278?prof=required
Here's the answer for this: http://social.msdn.microsoft.com/Forums/kk-KZ/windowsazuretroubleshooting/thread/35d37b41-b638-4023-aaab-b8134ac27278?prof=required