Tag: ASP.NET
-
IIS 7.5 Error The temp directory in chart handler configuration is not accessible
If you build a web application with Chart control for ASP.NET 4.0 and deploy the site to web server. You might get following error on the live site: The temp directory in chart handler configuration is not accessible To resolve this, first go to web.config and find the ChartImage directory in appsettings. <appSettings> <add key="ChartImageHandler"…
-
Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
You might see following error when browse your application site targeting ASP.NET 4.0 on IIS 7 or 7.5 server. HTTP Error 500.21 – Internal Server Error Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list Cause & Solution If IIS is enabled after DotNet 4 installation then ASP.NET is not registered with IIS.…
-
Could not load type System.ServiceModel.Activation.HttpModule
If you install DotNet framework 4.0 on Windows Server 2008 or R2 after enabling IIS, you might see following error when browse your application site made of ASP.NET 4.0 (or run on ASP.NET 4.0 application pool). Could not load type ‘System.ServiceModel.Activation.HttpModule’ from assembly ‘System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’. Description: An unhandled exception occurred during the execution…