Categories
- Computers (36)
- Databases (2)
- OS (47)
- Programming (47)
- Web (33)
Calendar
Featured
Archives
- February 2012 (1)
- December 2011 (3)
- November 2011 (2)
- October 2011 (1)
- September 2011 (2)
- August 2011 (2)
- July 2011 (4)
- June 2011 (2)
- May 2011 (1)
- April 2011 (6)
- March 2011 (4)
- February 2011 (2)
- January 2011 (4)
- December 2010 (3)
- November 2010 (6)
- October 2010 (8)
- September 2010 (6)
- August 2010 (1)
- July 2010 (5)
- June 2010 (2)
- May 2010 (2)
- April 2010 (5)
- February 2010 (1)
- January 2010 (2)
- December 2009 (2)
- November 2009 (2)
- October 2009 (2)
- September 2009 (5)
- August 2009 (11)
- July 2009 (7)
Tags
.bat .net ASP.NET batch files C# c++ cmd CSS Debug DHCP Dos ESXi files HTML http IIS IP JavaScript Links Linux Microsoft MSI network NTFS optimization PHP Shell sockets speed STL Ubuntu Urih VC++ Vista Visual Studio VMware VS VS2010 web website Windows Windows 7 Windows API Windows Update Windows XP-
Recent Posts
- RegCopyTree fails with Access denied error (5) on Windows 7
- On production machine: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts.
- C++ now allows to forward declare enum(s)
- .NET text box blank/empty/invisible/hidden when text reaches certain length
- Static code analysis for C++ for free and for Pro
Recent Comments
- Kemal on Windows 7 64-bit setup / install failed to start with ‘Status: 0xc0000225′
- JohnDepth on COM, BSTR or _bstr_t is leaking memory
- Bjarte Aune Olsen on IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
- solidcode on Strange HTTP GET requests from IP 150.70.x.x and IP 62.24.x.x
- andy_t on Batch script to test if folder / directory is empty
Menu
Tag Archives: IIS
On production machine: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts.
I was helping my colleagues to debug one weird bug on ASP.NET 4.0 website. Everything worked well on developer’s machine, but after publishing to IIS 7.5 Windows 2008 R2 Webserver, we always got site partially working. Everything worked, except AJAX … Continue reading
Posted in Computers, Programming, Web
Tagged Ajax, AJAX Control Toolkit, ASP.NET, Bug, Debug, IIS
Leave a comment
ASP.NET 4.0 – An error occurred during local report processing
After fixing missing ReportViewer redistributable, I got the following error: Report Viewer Configuration Error The Report Viewer Web Control HTTP Handler has not been registered in the application’s web.config file. Add to the system.web/httpHandlers section of the web.config file, or … Continue reading
IIS 7.5 – Parser Error Message: Could not load file or assembly Microsoft.ReportViewer.WebForms
When deploying a new application to IIS 7.5 on Windows Server 2008 R2 (test server). I got the following error: Server Error in ‘/’ Application. ——————————————————————————– Configuration Error Description: An error occurred during the processing of a configuration file required … Continue reading
IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my surprise opening .NET 4.0 application I received the following error: IIS 7.5 Detailed Error – 500.21 – Internal Server Error Server Error in Application “DEFAULT … Continue reading