When I open the default MVC views(index and create) it work fine, I can add data and get data from the database. When I create a new view it don't work. It gets Http 404. This is even if I duplicate the create view, only with a different file name.
Error-message:
Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
I have follow some forum suggestions from people with similar problems, but it don't work.
I use MVC 5, EF6, VS2013 and my DB is a MS-sql.
Any suggestions that point me in the right direction is appreciated. Thanks!