Hello All, 

I have seen a number of posts about this but none have seemed to solve my issue so i am hoping that this post may help. I have created my website using webmatrix 3, it works fine when i run it locally on my system but i have now uploaded all of the files to GO DADDY and i get the below error. To show the below error i have replaced the web.config file with 
<?xml version="1.0" encoding="utf-8" ?> <configuration> <system.webServer> <httpErrors errorMode="Detailed" /> <asp scriptErrorSentToBrowser="true"/> </system.webServer> <system.web> <customErrors mode="Off"/> <compilation debug="true"/> </system.web> </configuration>
Many suggestions say that in this situation you should amend the web.config file to include the latest version of DotNetOpenAuth.Core ...

Go to the complete details ...