Top "Asp.net-mvc-5" questions

ASP.

HTTP Error 500.19 and error code : 0x80070021

I have a simple webAPI build by Visual Studio 2013. It works well when I run it from VS13 but when …

asp.net-mvc iis asp.net-web-api asp.net-mvc-5 iis-8
ASP.NET MVC 5 - Identity. How to get current ApplicationUser

I have an Article entity in my project which has the ApplicationUser property named Author. How can I get the …

c# asp.net-mvc-5 identity asp.net-identity
How to get current user, and how to use User class in MVC5?

How can I get the id of the currently logged in user in MVC 5? I tried the StackOverflow suggestions, but …

c# asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity
MVC 5 Access Claims Identity User Data

I am developing an MVC 5 web application using Entity Framework 5 Database First approach. I am using OWIN for the authentication …

asp.net asp.net-mvc authentication asp.net-mvc-5 claims-based-identity
'router-outlet' is not a known element

I have a mvc 5 project with a angular frontend . I wanted to add routing as described in this tutorial https://…

angular typescript asp.net-mvc-5 angular2-routing
How to add MVC5 to Visual Studio 2013?

I'm starting a new project, and would like to give a try to MVC 5 (I have built a web app …

visual-studio-2013 asp.net-mvc-5
How to set Default Controller in asp.net MVC 4 & MVC 5

How do I set Default Controller for my ASP.NET MVC 4 project without making it HomeController? How should I setup …

c# asp.net asp.net-mvc asp.net-mvc-4 asp.net-mvc-5
How do I install ASP.NET MVC 5 in Visual Studio 2012?

Is there a way to install ASP.NET MVC 5 in Visual Studio 2012? I've tried using NuGet (http://www.nuget.org/…

visual-studio-2012 asp.net-mvc-5
How to implement oauth2 server in ASP.NET MVC 5 and WEB API 2

First I'll sketch my project: For my internship I need to add functionality to an existing system. A 3rd party …

asp.net oauth-2.0 asp.net-mvc-5 asp.net-web-api2
GlobalConfiguration.Configure() not present after Web API 2 and .NET 4.5.1 migration

I recently started following this guide to migrate my project to .NET 4.5.1 and Web Api 2. The very first thing MS …

c# asp.net-web-api asp.net-mvc-5 asp.net-4.5