Posts Tagged ‘IIS’
Written by Atiq on 30 October 2010
Tweet Solving ReportViewer Rendering Issue on IIS7 Applies to: Internet Information Services 7.0 (IIS7) Microsoft Report Viewer Redistributable 2005 Symptoms: Unable to render ReportViewer on ASP.NET Web pages while running on IIS7. You have no problem viewing your reports when running on debug mode with your Visual Studio 2005. You are able to [Continue]
Written by Atiq on 30 October 2010
Tweet IIS versions before 7.0 did not require <handlers> for AJAX to work. If you are installing AJAX on new IIS7 servers, you will have to make sure you have the following code in your web.config: <!-- The system.webServer section is required for running ASP.NET AJAX under Internet [Continue]
Written by Atiq on 30 October 2010
Tweet Problem: Server Error in ‘/’ Application. ——————————————————————– The ‘Microsoft.Jet.OLEDB.4.0′ provider is not registered on the local machine. Description: An unhandled exception [Continue]
Written by Atiq on 30 October 2010
Tweet HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set [Continue]
Written by Atiq on 30 October 2010
Tweet If you need a domain URL redirection from yourdomain.com to www.testdomain.com or vise versa, you can do something like this: Place either of these (depending on what you’d like done. And edit to match your domain) inside the <system.webServer></system.webServer> tags in the web.config of the domain. [Continue]
Written by Atiq on 30 October 2010
Tweet Internet Information Services 7 (IIS7) doesn’t use metabase-like file from IIS6. Instead the settings and configuration are stored in schema files and applicationHost.config files. Since the configuration files are different, the old IIS6 tools will not be able to backup IIS7 settings. This is the new script that you can use to backup [Continue]
Written by Administrator on 27 September 2010
In our first community post we covered a workaround you can apply immediately on your sites and applications to prevent attackers from exploiting it. Today, we are revising it to include an additional defensive measure.
This additional step can be done at a server-wide level, and should take less than 5 minutes to implement. Importantly, this [Continue]