This is an interesting issue and was wondering if someone could shed some light on it.
Using Visual Studio 2013 Professional, I create a new project.
Choose Visual Basic, then Web, then Web Application. I choose MVC. No Authentication. Create.
Then I add an Area called "Test". A Controller called "Test" and a view called "Index".
I hit F5, project builds and runs and gives me HTTP 404
I do THE EXACT SAME THING (literally the same steps), except choose C# instead of Visual Basic when creating the Web Application. And it works.
My question is: WHY!!!!
Using Visual Studio 2013 Professional, I create a new project.
Choose Visual Basic, then Web, then Web Application. I choose MVC. No Authentication. Create.
Then I add an Area called "Test". A Controller called "Test" and a view called "Index".
I hit F5, project builds and runs and gives me HTTP 404
I do THE EXACT SAME THING (literally the same steps), except choose C# instead of Visual Basic when creating the Web Application. And it works.
My question is: WHY!!!!