Missing aspnet_regiis.exe in C:\Windows\Microsoft.NET\Framework\v4.0.30319
Posted onI was having some problems configurating a site in IIS that makes use of aspx pages. I always got the errormessage “Bad module ManagedPipelineHandler in its module list”. The problem here was that there was no ASP.NET registered in IIS. You can do this by simply running the command aspnet_regiis.exe -i That was an easy […]