I want to output two different views (one as a string that will be sent as an email), and the other the page d
I was deploying an ASP.NET MVC application last night, and found out that it is less work to deploy with IIS7
My Tools: Visual Studio 2012 Ultimate + Update 1 ReSharper v7.1.25.234 My Solution Build Status: Build Succ
I have a simple jquery click event <script type="text/javascript"> $(function() { $('#p
I'm at wit's end. Visual Studio is typically painfully slow to debug or just plain load ("start with
I am configuring an MVC 3 project to work on a local install of IIS and came across the following 500 error:
I want an msbuild task to compile the views so I can see if there are compile time errors at well... compile t
I am trying to use ELMAH to log errors in my ASP.NET MVC application, however when I use the [HandleError] att
I've got a couple of hyperlinks that each have an ID attached. When I click on this link, I want to open
I have an action I call from an anchor thusly, Site/Controller/Action/ID where ID is an int. Later on I need
I need to do something fairly simple: in my ASP.NET MVC application, I want to set a custom IIdentity / IPrinc
I am using the autocomplete feature of jQuery. When I try to retrieve the list of more then 17000 records (eac
I'm trying to use the Html.DropDownList extension method but can't figure out how to use it with an
Is there some easy way to handle multiple submit buttons from the same form? For example: <% Html.BeginFor
(Preface: this question is about ASP.NET MVC 3.0 which was released in 2011, it is not about ASP.NET Core 3.0
In ASP.NET MVC, what is the difference between: Html.Partial and Html.RenderPartial Html.Action and Html.Rend
I am trying to run Asp.net MVC project retrieved from TFS source control. I have added all assembly reference
Every time a user posts something containing < or > in a page in my web application, I get this exceptio
When I publish my ASP.NET Core web application to my local file system, it always takes the production-config
I need to access current HttpContext in a static method or a utility service. With classic ASP.NET MVC and Sy