Top "Asp.net-mvc-5" questions

ASP.

Add Meta tag in View page using MVC-5

I have two meta tag in _Layout.cshtml master page and now i want to add meta tags in someone.…

asp.net-mvc-5 nopcommerce
Identity 2.0 with custom tables

I'm new to ASP.NET identity and am still trying to get my head around how it all works. Unfortunately …

c# asp.net asp.net-mvc-5 asp.net-identity-2
MVC bootstrap navbar not working after running NuGet updates

An MVC app broke after we updated all the NuGet packages. After trying everything I created a new MVC app, …

twitter-bootstrap asp.net-mvc-5 nuget-package
MVC 5: ViewModel / Passing lists for the create

So I am currently studying and analyzing the use of ViewModels. In my Application (a so called "Restaurant") I want …

c# binding asp.net-mvc-5 model-view
Bootstrap-Select width in form

I'm using Bootstrap v4 and bootstrap-select js/css (in ASP.NET MVC project) and I have a problem in my …

css twitter-bootstrap razor asp.net-mvc-5 bootstrap-select
Accessing UserManager outside AccountController

I am trying to set the value of a column in aspnetuser table from a different controller (not accountcontroller). I …

asp.net-mvc asp.net-mvc-5 asp.net-identity-2 actioncontroller
Email Confirmation with MVC 5 and Asp.net Identity

I have been searching, but have not found any documentation on how to implement Email confirmation with MVC 5 using the …

c# asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity
How do I properly register AutoFac in a basic MVC5.1 website?

AutoFac has recently been updated for MVC 5.1 but at the time of writing I find that the documentation is lacking (…

c# dependency-injection asp.net-mvc-5 autofac asp.net-mvc-5.1
AADSTS50012: Invalid client secret is provided when moving from a Test App to Production

I have two applications registered under the Azure Portal: a test version and a production version. My test App works …

azure web-applications asp.net-mvc-5 azure-web-app-service azure-ad-graph-api
User in Entity type MVC5 EF6

I have created a class in MVC5, where I want a primary owner of the content and then I want …

c# asp.net entity-framework asp.net-mvc-5 asp.net-identity