Top "Asp.net-mvc-5" questions

ASP.

Creating Roles in Asp.net Identity MVC 5

There is very little documentation about using the new Asp.net Identity Security Framework. I have pieced together what I …

c# asp.net-mvc-5 asp.net-identity
How to get 'System.Web.Http, Version=5.2.3.0?

I just created an MVC5 project and added several packages from nuget, but then when I compiled the project, i …

asp.net-mvc asp.net-mvc-5 nuget
ASP.NET Identity DbContext confusion

A default MVC 5 App comes with this piece of code in IdentityModels.cs - this piece of code is for …

asp.net asp.net-mvc entity-framework asp.net-mvc-5 asp.net-identity
The model backing the 'ApplicationDbContext' context has changed since the database was created

First of all, I have not seen this error anywhere else and I guess it's not a replicate so please …

.net asp.net-mvc linq entity-framework asp.net-mvc-5
The type or namespace name 'System' could not be found

I have the following errors (and more) in all my views (*.cshtml) when opening my project in Visual Studio 2015 Professional. …

c# asp.net-mvc-5 visual-studio-2015 .net-4.5
How to extend available properties of User.Identity

I'm using MVC5 Identity 2.0 for users to log into my website, where the authentication details are stored in an SQL …

asp.net-mvc asp.net-mvc-5 asp.net-identity asp.net-identity-2
EntityType 'IdentityUserLogin' has no key defined. Define the key for this EntityType

I am working with Entity Framework Code First and MVC 5. When I created my application with Individual User Accounts Authentication …

ef-code-first asp.net-mvc-5 seeding
How can I implement a theme from bootswatch or wrapbootstrap in an MVC 5 project?

I am about to create a new ASP.Net MVC5 web application. I would like to use a theme from …

asp.net-mvc twitter-bootstrap asp.net-mvc-5 bootswatch
OwinStartup not firing

I had the OwinStartup configuration code working perfectly and then it stopped working. Unfortunately I'm not sure exactly what I …

asp.net-mvc asp.net-mvc-5 owin
ASP.NET MVC5/IIS Express unable to debug - Code Not Running

I start a VS2013 VB.Net MVC5 Web Application, set a breakpoint in HomeController About method and run "Start Debugging", …

asp.net-mvc visual-studio-debugging iis-express visual-studio-2013 asp.net-mvc-5