ASP.
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.1Apologies 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 owinI 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-api2I 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-identityI 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-5I'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-5Edit: 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-membershipI'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-identityI 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 usermanagerLet'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