Questions tagged [verificationexception]

18 questions
0
votes
1 answer

passing user agent pass through verification not working perfectly

so I had built an age verification page that blocks crawlers from getting to the main site. However, I added some code that should allow the crawler to get through and not normal users if a cookie is not set for them. However it seems to not work,…
Alex Howell
  • 89
  • 2
  • 14
0
votes
0 answers

ASP.NET MVC ViewModel's Datetime? gives: Operation could destabilize the runtime

Well, the title sums it up it pretty well, I do know that I should be providing enough information to make this as easy as possible to answer, but I got absolutelly no idea of what may be causing this all I know is how it happends. My shot here is…
BrenoSarkis
  • 305
  • 2
  • 13
0
votes
1 answer

OpenID in new SPA MVC 4 App throwing VerficationException - Operation could destabilize the runtime

Starting with an new project via SPA template. Followed cookbook to use Google OpenID. The UI now shows a button with a link to Google... Clicking the link the call to VerfiyAuthentication throws an verificationexception. Operation could…
1
2