asp.net mvc 3 - NerdDinner Example and issues -


i using vs2010 , sql server 2008 in windows 7 64 bit os. have downloaded nerd dinner example , tried run example. fine until try login using open id. have tried loging using yahoo , google accounts. after successful sign in in pop window, control not transferred application or didnt throw error. hanging there itself. hangs entire internet explorer. cannot select other ie window have opened. vs2010 got hang , ended in killing process , reopen project again. please me fix issue.

have whitelisted localhost dotnetopenauth library? can in web.config adding this:

<dotnetopenauth>     <messaging>         <untrustedwebrequest>             <whitelisthosts>                 <add name="localhost"/>             </whitelisthosts>         </untrustedwebrequest>     </messaging> </dotnetopenauth> 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -