Why is IIS Express returning HTTP 500 errors loading javascript and CSS?

后端 未结 3 1547
春和景丽
春和景丽 2021-01-21 02:00

I am trying to develop an ASP.NET MVC5 solution using IIS Express for local debugging. Frequently, Chrome will report HTTP500 errors trying to load certain JS and CSS files (so

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-21 02:44

    Turns out this was related to ninject object lifecycles and my EF db context being open twice at the same time. Totally unrelated to IIS.

提交回复
热议问题