Kamranicus

Kamran Ayub is a developer and designer in Minneapolis, Minnesota. He specializes in .NET development with a dash of client-side and has passion for UX.

Fork me on GitHub

Resolving HTTP 500 errors when deploying to AppHarbor

Comments

This is a quick post. I was getting HTTP 500 errors when deploying my new site to AppHarbor. Long story short, if you've brought down the DotNetAuth Nuget package, it adds this to your web.config:

<section name="uri" type="System.Configuration.UriSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

AppHarbor already has this defined and it is throwing a duplicate web.config section exception. Remove this line and you should be A-OK!

blog comments powered by Disqus