Top "Asp.net-mvc-5" questions

ASP.

upgrading from MVC4 to MVC5

I have made that dreadful error of upgrading from MVC4 to MVC5 pre-release by updating the razor, and mvc webpage …

asp.net-mvc asp.net-mvc-4 web-config upgrade asp.net-mvc-5
Display EditorFor() value as Read-Only on MVC View?

I have several fields I display on most of my views in my MVC5 Code-First app: [created_date], [created_by], […

asp.net-mvc razor asp.net-mvc-5 readonly editorformodel
Result of LINQ Query in MVC SelectList as Value and Text - not working

I am trying to use the result of a LINQ Query to populate a SelectList in a MVC 5 application. The …

c# asp.net-mvc linq asp.net-mvc-5 selectlist
Request.Files.Count always 0 while uploading image in MVC 5

I have a Post controller on a model with some string fields and an image. Exact identical code works on …

asp.net-mvc http-headers asp.net-mvc-5 asp.net-mvc-5.1 enctype
The name 'Model' does not exist in the current context ASP.NET MVC5

I am coding a PlugIn to NopCommerce 3.2, and in the views I get the error mentioned above, but also for …

c# asp.net web-config asp.net-mvc-5 nopcommerce
ASP.NET MVC 5 culture in route and url

I've translated my mvc website, which is working great. If I select another language (Dutch or English) the content gets …

c# .net asp.net-mvc asp.net-mvc-5 asp.net-mvc-routing
Assembly's manifest definition does not match assembly reference

I updated all the packages of my MVC project and I got the following error: Could not load file or …

nuget asp.net-mvc-5 antlr3
Is ASP.NET MVC 5 incompatible with the WebMatrix SimpleMembershipProvider?

We have an existing application that was build on ASP.NET MVC 4 & Web API. The admin parts of the …

c# asp.net-mvc simplemembership asp.net-mvc-5 asp.net-identity
How does a new ASP.NET MVC 5 application know how to create a database and how does the Account Controller access the database?

I created an ASP.NET MVC 5 Application using Visual Studio 2013 Update 2. In the application, I have an Account controller. It's …

asp.net asp.net-mvc entity-framework asp.net-mvc-5 asp.net-identity
MVC 5 Remote Validation

I need to validate an input field value from user before the form is submitted. I have created an action …

validation asp.net-mvc-5 data-annotations remote-validation