Top "Asp.net-4.5" questions

Refers to the version 4.5 of the ASP.

ASP.NET MVC 4 Areas in separate projects not working (view not found)

I have tried to create simple proof-of-concept ASP.NET MVC 4 web site using areas in separate projects. I tried to …

asp.net-mvc-4 asp.net-mvc-areas asp.net-4.5
Understanding context in C# 5 async/await

Am I correct that async/await itself has nothing to do with concurrency/parallelism and is nothing more than continuation-passing …

c# multithreading async-await asp.net-4.5 conceptual
System.Web.Security.AntiXss.AntiXssEncoder vs Microsoft.Security.Application.AntiXssEncoder

In ASP.NET 4.5 there is a new namespace System.Web.Security.AntiXss which includes encoding routines from version 4.0 of the …

asp.net asp.net-4.5 antixsslibrary
Using Claim-Based Authorization

The new ASP.NET 4.5 code has "re-parented" the ASP.NET RoleProvider to a ClaimsProvider. What I'm trying to figure out, …

asp.net-mvc-4 authorization asp.net-4.5
With C#, WCF SOAP consumer that uses WSSE plain text authentication?

I have a WCF SOAP consumer that is implemented by Visual Studio 2012 from a WSDL. The WSDL was generated by …

c# wcf visual-studio-2012 ws-security asp.net-4.5
How to use System.Web.Caching in asp.net?

I have a class that looks like this: using System.Collections.Generic; using System.Web.Caching; public static class MyCache { …

c# asp.net caching asp.net-4.5
How to use MachineKey.Protect for a cookie?

I want to encrypt the ID that I am using in a cookie. I am using ASP.NET 4.5 so I …

c# cookies asp.net-4.5
The predefined type 'System.Threading.Tasks.Task' is defined in multiple assemblies in the global alias

I just have set up a new asp.net mvc 4 project, using the latest .net framework (4.5) in combination with Visual …

c# asp.net-mvc asp.net-mvc-4 asp.net-4.5
Unit Testing MVC 4 RedirectToAction

I am trying to unit test the redirection of my controller in MVC 4 .Net 4.5. Here is an example: [TestMethod] public …

unit-testing asp.net-mvc-4 asp.net-4.5
AjaxControlToolkit 7.0123 breaks VS2012 Web Application Project

I have an existing VS2012 web application that has been running fine until I added in the latest AjaxControlToolkit (7.0123). Initially, …

ajaxcontroltoolkit asp.net-4.5