Top "Asp.net-mvc-5" questions

ASP.

Could not load file or assembly 'WebMatrix.Data`

I updated MVC4 to MVC5. When you run the application I got an error that I don't have WebMatrix.Data. …

c# asp.net-mvc asp.net-mvc-4 asp.net-mvc-5 web-config
ASP.NET MVC 5 how to delete a user and its related data in Identity 2.0

I'm following this article to delete a user in Identity 2.0 http://www.asp.net/mvc/tutorials/mvc-5/introduction/examining-the-details-and-delete-methods However, …

asp.net-mvc asp.net-mvc-5 asp.net-identity
How to create dependency injection for ASP.NET MVC 5?

Creating Dependency Injection with ASP.NET Core is fairly easy. The documentation explains it very well here and this guy …

c# asp.net asp.net-mvc dependency-injection asp.net-mvc-5
New Asp.Net MVC5 project produces an infinite loop to login page

I am creating a brand new projet with Visual Studio 2013, I choose Asp.Net MVC and the framework 4.5.1 The project …

asp.net asp.net-mvc visual-studio-2013 asp.net-mvc-5
ASP.NET Web API generate url using Url.Action

How can I generate the same url but in Web Api ? var url = Url.Action("Action", "Controller", new { product = product.…

c# asp.net-mvc-5 asp.net-web-api2
Downloading of zip file through ASP.NET MVC using DotNetZip

I have created a text file in a folder and zipped that folder and saved @same location for test purpose. …

c# asp.net-mvc-5 dotnetzip
How do I create a ClaimsIdentity object for Asp.NET MVC 5?

I am working in a .NET MVC 5 application. I do not want to use Entity Framework. I want to authenticate …

authentication ravendb asp.net-mvc-5 claims-based-identity katana
"Trust relationship between ... and the primary domain failed" in MVC5 Authentication

I have a ASP .NET MVC5 application in which I am not using Windows Authentication. Everything was working fine until …

asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity
Async PartialView causes "HttpServerUtility.Execute blocked..." exception

I have a partial view that tries to retrieve a IEnumerable<Post> from the database using async... Method …

c# asp.net-mvc entity-framework asp.net-mvc-5 entity-framework-6
Basic authentication in ASP.NET MVC 5

What steps must be done to implement basic authentication in ASP.NET MVC 5? I have read that OWIN does not …

asp.net asp.net-mvc authentication asp.net-mvc-5