ASP.Net MVC DotNetOpenAuth Sample Issue on publish

Posted by Roger D. Pharr on Stack Overflow See other posts from Stack Overflow or by Roger D. Pharr
Published on 2011-03-08T08:07:34Z Indexed on 2011/03/08 8:10 UTC
Read the original article Hit count: 227

I'm trying to use the MSDN Open ID project template for ASP.NET MVC C#. I've been able to configure a local copy to run well. But when I publish it to my hosting provider - it craps out. The error is "500 internal server error".

Is there something I should know about publishing this template that I haven't noticed?


Here are some more details (for diligence):

  • Hosting provider is GoDaddy/SQL2005/IIS7. When I configure & publish the blank MVC template, it works.
  • The local database publishes successfully, but I haven't been able to troubleshoot the connection in web.config yet. I expect there are connection string problems in the file.
  • I tried disabling all of the references to log4net, as it seemed to be invoked several times on startup. But those changes did not seem to make a difference in either the local or published application performance.
  • My IDE is Visual Studio 2010 Pro


    Any help would be greatly appreciated!

  • © Stack Overflow or respective owner

    Related posts about asp.net-mvc

    Related posts about openid