Closed GoogleCodeExporter closed 8 years ago
Thank you for this report. This may be due to too HTTP timeouts that DNOA is
not lax
enough for.
Does it work if you try it twice in a row?
Original comment by andrewar...@gmail.com
on 31 Mar 2009 at 1:40
No, even if I try twice, thrice in a row, it doesn't work.
In the code, it gives error at line shown with the arrow.
protected void yahooLoginButton_Click(object sender, ImageClickEventArgs e)
{
OpenIdRelyingParty openid = new OpenIdRelyingParty();
var req = openid.CreateRequest("yahoo.com"); ==========>>> Error
this.prepareRequest(req);
req.RedirectToProvider();
// We don't listen for the response from the provider explicitly
// because the OpenIdLogin control is already doing that for us.
}
Please let me know I am using the right version of code.
Original comment by Vrusha...@gmail.com
on 3 Apr 2009 at 5:14
You're using the right version of the code, alright. Most likely this is a
proxy or
firewall problem where your site cannot reach outside your network, based on
other
reports like yours. Can you try entering an OpenID into the box and seeing if
that
works instead of clicking on the Yahoo button? Also, do you know if a proxy is
required in your browser to visit external web sites or if you have a firewall
on
your computer?
Original comment by andrewar...@gmail.com
on 3 Apr 2009 at 3:29
Closing due to lack of additional information.
Original comment by andrewar...@gmail.com
on 18 Apr 2009 at 2:36
Original issue reported on code.google.com by
Vrusha...@gmail.com
on 31 Mar 2009 at 10:55Attachments: