I created a sample project for studying MVC 4 in Visual Studio 2012 (11.0.6... update 3) using the "Basic" template option.
There was the chapter about bundles configuration, so the author explained the usage of "F12 tools" in the browser for analyse the network traffic.
The project is basic, other than files created by VS template I just added a controller and a view, also a model class and launched the project. So, when analyzing the network in the F12 Tools I can see that all my files are loaded properly but the one "favicon.ico
" there is 404 result...
When I look in the book I can't see that favicon.ico file loaded, so I ask myself from where could appear that problem?
The application works like expected, there is no functional problems but this one that I can be seen only in the network tab of the debugging tools...
Is this a Visual Studio "problem" or there is a "normal" behavior?
I supposed that in the Microsoft VS template should be a sample favicon set by default or should not exist at all, or maybe the book author just "removed" in a way that file from being loaded...