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 server error

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.
You do this by entering the address: "Localhost / Home / Index "

Please read more here:

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -