Top "Asp.net-4.5" questions

Refers to the version 4.5 of the ASP.

IIS_IUSRS and IUSR permissions in IIS8

I've just moved away from IIS6 on Win2003 to IIS8 on Win2012 for hosting ASP.NET applications. Within one particular …

iis permissions asp.net-4.5 windows-server-2012 iis-8
GlobalConfiguration.Configure() not present after Web API 2 and .NET 4.5.1 migration

I recently started following this guide to migrate my project to .NET 4.5.1 and Web Api 2. The very first thing MS …

c# asp.net-web-api asp.net-mvc-5 asp.net-4.5
Register .NET Framework 4.5 in IIS 7.5

Pieces of the puzzle: Windows 7 .NET Framework 4.5 (installed) IIS 7(Version 7.5.7600.16385) Visual Studio (Ultimate 2013) MVC4 (multiple projects in the solution) The …

asp.net-mvc-4 visual-studio-2013 iis-7.5 windows-7-x64 asp.net-4.5
Failed to load viewstate. The control tree into which viewstate is being loaded

I am receiving the following error message after an HTTP POST on an ASP.NET form hosted inside a UserControl: …

asp.net .net umbraco .net-4.5 asp.net-4.5
User.Identity.IsAuthenticated is false after successful login

I need to get the UserId Guid directly after a successful login. The following code doesn't work: if (Membership.ValidateUser(…

c# asp.net asp.net-membership asp.net-4.5
Build ASP.NET 4.5 without Visual Studio on Build Server

Its been a while since I setup a Build Server so maybe I've forgotten something or maybe .NET 4.5 is different …

asp.net msbuild visual-studio-2012 asp.net-4.5 build-server
requestValidationMode 4.5 vs 2.0

Is there a difference between requestValidationMode="4.5" and requestValidationMode="2.0"? I have a .net 4.5 application, there is a control which I don't …

asp.net asp.net-4.5
Bundling resources via bundle.config vs BundleConfig.cs in ASP.NET 4.5 WebForms

Regarding ASP.NET 4.5's new System.Web.Optimization / Microsoft.AspNet.Web.Optimization: Can anyone explain the difference in the use …

asp.net webforms asp.net-4.5
How to pass/receive multiple args to a RESTful Web API GET method?

The usual examples of GET RESTful methods that take a parameter (returning a scalar value rather than a dataset) are …

c# rest asp.net-web-api asp.net-4.5 asp.net-web-api-routing
Unable to declare Interface " async Task<myObject> MyMethod(Object myObj); "

I'm unable to declare interface IMyInterface { async Task<myObject> MyMethod(Object myObj); } The compiler tells me: The modifier …

c# compiler-construction interface async-await asp.net-4.5