I created a new MVC3 project, hit F5, saw the sample page.
Then I used NuGet to get the Ninject.MVC extension. I modified my global.asax according to the Ninject doc
You might notice that after installing the ninject.mvc3
NuGet there is an App_Start
subfolder created inside your project containing an NinjectMVC3.cs
file. Delete this folder and try again. So here are the steps I followed:
install-package ninject.mvc3
on the command lineGlobal.asax
with the code in your questionAppStart
subfolder created during the installation of the package/Home/Index
default page opened in your Google Chrome web browser :-)