Top "Asp.net-mvc" questions

The ASP.

How to call another controller Action From a controller in Mvc

I need to call a controller B action FileUploadMsgView from Controller A and need to pass a parameter for it. …

c# asp.net-mvc asp.net-mvc-4
How to get all Errors from ASP.Net MVC modelState?

I want to get all the error messages out of the modelState without knowing the key values. Looping through to …

asp.net-mvc modelstate
How should I pass multiple parameters to an ASP.Net Web API GET?

I am using the .Net MVC4 Web API to (hopefully) implement a RESTful api. I need to pass in a …

asp.net asp.net-mvc rest asp.net-mvc-4 asp.net-web-api
Visual Studio debugging/loading very slow

I'm at wits end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my …

asp.net-mvc visual-studio visual-studio-2012 iis-express cassini
How to fix: Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list

I am configuring an MVC 3 project to work on a local install of IIS and came across the following 500 error: …

asp.net-mvc iis-7 configuration asp.net-4.0
Validation failed for one or more entities while saving changes to SQL Server Database using Entity Framework

I want to save my Edit to Database and I am using Entity FrameWork Code-First in ASP.NET MVC 3 / C# …

c# sql asp.net-mvc entity-framework code-first
How can I get my webapp's base URL in ASP.NET MVC?

How can I quickly determine what the root URL is for my ASP.NET MVC application? I.e., if IIS …

.net asp.net asp.net-mvc iis
Value cannot be null. Parameter name: source

This is probably the biggest waste of time problem I have spent hours on solving for a long time. var …

c# asp.net-mvc entity-framework
How to render an ASP.NET MVC view as a string?

I want to output two different views (one as a string that will be sent as an email), and the …

asp.net-mvc rendering
Accessing MVC's model property from Javascript

I have the following model which is wrapped in my view model public class FloorPlanSettingsModel { public int Id { get; set; } …

c# javascript jquery asp.net-mvc model