"Failed to load resource: the server responded with a status of 401 (Unauthorized)" after upgrading to Visual Studio 2013

Zahra picture Zahra · Jan 22, 2014 · Viewed 17.3k times · Source

I have installed Visual Studio 2013. When I try launching my ASP.NET website using vs2013 environment I get a whole bunch of following error for the front-end resources:

"Failed to load resource: the server responded with a status of 401 (Unauthorized)"

The website launches just fine when using vs 2012. Does anyone know what could be going wrong?

Answer

user3229482 picture user3229482 · Jan 23, 2014

In the Solution explorer click on your project, press F4 and set the property 'Anonymous Authentication' to Enabled.