Top "Asp.net-mvc-5.1" questions

ASP.

Password Recovery in ASP.NET MVC5

I am working in an ASP.NET MVC 5 application. Users are able to register and login without any issues. However, …

c# asp.net-identity-2 asp.net-mvc-5.1
assembly uses System.Web.Http 5.1 which has a higher version than referenced assembly System.Web.Http 5.0

I created a new Project in Visual Studio 2013, a WebApi & MVC 5 project and updated all nuget packages. It updated …

asp.net-mvc asp.net-web-api visual-studio-2013 asp.net-mvc-5.1
How avoid adding duplicates to database managed by EntityFramework caused by Seed method?

Every time I run the application same objects are added to the database(duplicates). My Global.asax: using System; using …

c# entity-framework duplicates seed asp.net-mvc-5.1
Cascading DropdownList with MVC5, Ajax, C# and MSSQL Server

I'm quite new to MVC coming from windows forms and 3 tier architecture. I'm trying to figure out using cascading dropdownlists (…

c# sql-server ajax asp.net-mvc asp.net-mvc-5.1
Mvc 5.1 MissingMethodException System.Web.WebPages.TypeHelper.ObjectToDictionaryUncached

I'm update my MVC5 project to MVC5.1 and now have exception on route dictionary: routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); stack …

asp.net-mvc-5 asp.net-mvc-5.1
MVC5.1 with Web API 2 and AngularJS

I am working on a side project to teach myself AngularJS and Web API and how the two can work …

c# angularjs asp.net-web-api2 asp.net-mvc-5.1
How to include TypeScript files when publishing?

I have an MVC 5.1 web application where I have recently started using TypeScript. I want to use sourcemapping, so I …

deployment visual-studio-2013 typescript asp.net-mvc-5.1
How to force WebAPI to use JSON.net 6.0.3 instead of 4.5?

After adding WebAPI and register it in Global.asax. We find our web app breaks at this line: Line 17: GlobalConfiguration.…

c# json.net asp.net-web-api2 asp.net-mvc-5.1
Turning HttpWebResponse into an HttpResponseMessage

I have the following action in an asp.net WebAPI controller: public HttpResponseMessage GetCBERSS(string Site, string File, string User, …

c# asp.net-mvc asp.net-mvc-5.1
Changing default database of Identity/Membership authentication in ASP.NET MVC 5.1

I currently started a new project in Visual Studio 2013 with ASP.NET MVC5 using Entity Framework Model-First. With entity is …

c# entity-framework connection-string asp.net-identity asp.net-mvc-5.1