Igoris
Igoris

Reputation: 1650

Asp.net mvc web page won't load after build

In Visual studio 2015 Update 3 after building Web project it won't load in web browser and no timeout is happening, the browsers loading spinner is active. Only IIS app pool recycle helps to load web page successfully. This issue is known on more than one project.

I had installed Visual Studio 2017 RC and i think that it is the culprit. Removing VS2017 RC did not help.

What possible actions can i take to try to solve this issue ?

Upvotes: 3

Views: 1725

Answers (1)

Igoris
Igoris

Reputation: 1650

Problem was in PerformanceCounters when creating MemoryCache in 3rd party library (MvcSiteMapProvider). This answer helped a lot. And an in depth problem description with solution.

Upvotes: 2

Related Questions