Top "Asp.net-mvc-5" questions

ASP.

ASP.NET MVC 5 error handling

We want to handle 403 errors, 404 errors, all errors due to a MySpecialDomainException and provide a default error page for all …

c# asp.net-mvc error-handling asp.net-mvc-5 asp.net-mvc-5.1
How do you login/authenticate a user with Asp.Net MVC5 RTM bits using AspNet.Identity?

Apologies and Thanks in advance for this question! I am still new to SO. I have been working on a …

c# visual-studio-2013 asp.net-mvc-5 asp.net-identity owin
How to return a PDF from a Web API application

I have a Web API project that is running on a server. It is supposed to return PDFs from two …

c# asp.net pdf asp.net-mvc-5 asp.net-web-api2
How to add claims in ASP.NET Identity

I am trying to find a document or example of how you would add custom claims to the user identity …

c# asp.net-mvc-5 asp.net-identity
How to execute raw SQL query using Entity Framework without having to use a model?

I am trying to learn C# ASP.NET MVC 5. And I am trying to use Entity Framework for everything I …

c# asp.net asp.net-mvc entity-framework asp.net-mvc-5
How to add jQueryUI library in MVC 5 project?

I've just installed Visual Studio 2013 and started new MVC 5 project. I'm kind of new in MVC developing and I can't …

jquery asp.net-mvc jquery-ui asp.net-mvc-4 asp.net-mvc-5
How to obtain a list of Users from ASP.NET Identity?

Edit: This question is outdated The Identity Framework was a moving target at the moment I asked this. The authors …

asp.net asp.net-mvc-5 asp.net-identity asp.net-membership
Get UserID of logged-in user in Asp.Net MVC 5

I'm relatively new to ASP.Net MVC and try to use the built-in user login functionality now. I'm able to …

c# asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity
How to reset password with UserManager of ASP.NET MVC 5

I am wondering if there is a way to reset password with UserManager of ASP.NET MVC 5 I tried this …

c# passwords asp.net-mvc-5 reset-password usermanager
Do I need a Global.asax.cs file at all if I'm using an OWIN Startup.cs class and move all configuration there?

Let's say for example in a brand new ASP.NET MVC 5 application made from the MVC with Individual Accounts template, …

c# asp.net asp.net-mvc asp.net-mvc-5 owin