ASP.Net MVC DotNetOpenAuth Sample Issue on publish
- by Roger D. Pharr
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!