Search code examples
asp.netiis-expressinternal-server-error

Pages won't load - only on my computer


Created a asp.net 5 project with another team member and works on everyone's computer but mine. I get "Failed to load resource: the server responded with a status of 500 (Internal Server Error and the web page is blank.Internal Server Error

I thought maybe I was missing a .net version but when downloading .NET Framework 4.6 it says ".NET Framework 4.6 or a later update is already installed on this computer." If someone could point me in the right direction it would be a lot of help! Thanks! enter image description here


Solution

  • I figured out my problem! I had a dependency issue in my project.json file. "Oracle.ManagedDataAccess": "12.1.2400" "FluentNHibernate": "2.0.3" "NHibernate.Caches.SysCache": "4.0.0.4000" These packages didn't support dnx 5.0 so they couldn't be in the default dependencies section. They needed to go under dnx451 -> dependencies.