up vote 1 down vote favorite
share [g+] share [fb]

what changes are needed to made in web.config file to prevent this exception i am using dotnet open id for implementing open id.

using (OpenIdRelyingParty openid = new OpenIdRelyingParty())
            {
                IAuthenticationRequest request = openid.CreateRequest(this.txtOpenId.Text);

and at this point an exception is generated no openid endpoint found for example in case i am typing claimid.com/openid

link|improve this question

76% accept rate
You will need to provide some more info Mac! – Pino Aug 20 '10 at 12:20
In order to say what changes need to be applied to something this something needs to be shown first. Also in .NET each exception is usually accompanied by a stack trace which helps better understand and pinpoint the problem. – Darin Dimitrov Aug 20 '10 at 12:22
i have updated the question hope now it helps – Mac Aug 20 '10 at 12:32
your update shows neither the something that needs to be updated (your web.config) nor the full exception stack trace you are getting, thus your update doesn't bring any value to your question. – Darin Dimitrov Aug 20 '10 at 12:49
possible duplicate of No OpenID endpoint found. - .Net OpenID – Andrew Arnott Aug 27 '10 at 4:22
feedback

1 Answer

http://stackoverflow.com/questions/1588502/no-openid-endpoint-found-net-openid

Hard to say with the little info provided, but that error is fairly common, infact it's been asked before! Have a look at the link above!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.