I blocked this error until the DotNetOpenAuth redirect action was called ( http://www.dotnetopenauth.net/ )
Basically, I applied an example here
http://www.dotnetopenauth.net/developers/code-snippets/programmatic-openid-relying-party/
In my application, while running locally, I click this line
return request.RedirectingResponse.AsActionResult();
At this point, it completes this action and then balances the load balancing of azure dev.
That's where it gets weird. If I debug line by line in a redirect action, it will not crash.
Has anyone seen anything like this that can give me any direction to fix?
@dthorpe indicates that I should tell you everything I tested by deploying in a production environment, and that seems to work.
source
share