yes, .net 4.5. I created this project with "asp.net mvc4 application" template in visual studio 2012.It is a demo.
The project structure was listed before.Because app starts with "__ViewStart.cshtml",
I thought that the "default document" should be configed with value "__ViewStart.cshtml".
Actually, it did not run and throwed an error.
Finally, I found out the cause from MVC Official documentation. All files with "_" Prefix can not be explicitly call, like "__ViewStart.cshtml".