asp.net mvc - Creating a Basic MVC Project with Unit Tests in Visual Studio 2010 -
I wanted to use MVC 2 web application in Visual Studio 2010 as the language of C #. For this, I referenced the link: and I made it. When I ran an application by pressing F5, I found an error in my browser. I have attached the error information below
please help me solve it .
MVC is different from regular ASP.NET. In MVC you can tell your application to http-address , Which type of system is used for fire?
Methods are called " Actions " in the MVC language. And Classes are called " Controller " (Rafi speaking), if you want the scene before showing, you should "index" your method to "Home Controller" Would have to tell. Please read more here:
You do this by entering the address: "Localhost / Home / Index "
Comments
Post a Comment