Browse By Tags

troubleshooting

Improve PHP Error Messages in IIS 7
Created Nov 15, 2009 by tali smith

Introduction - PHP errors often do not provide sufficient detail to help diagnose errors that occur within the framework. These include basic errors such as 404 Not Found. Because of this, the default “detailed error” experience for PHP...

IIS 7 for Apache Administrators
Created Nov 15, 2009 by tali smith

Introduction - Apache Hypertext Transfer Protocol (HTTP) Server and Internet Information Services 7 (IIS 7) are two of the world’s most popular Web servers. This article provides technical information about IIS for users who are familiar with...

Troubleshooting Problems with Microsoft Web Platform Installer 3.0
Created Mar 18, 2009 by iisteam

Introduction - Microsoft ® Web Platform Installer (Web PI) 3.0 makes it simple to download and install the latest Microsoft ® Web Platform components, including Internet Information Services 7 (IIS 7.5), Microsoft ® SQL Server ® 2008/R2 Express...

How to Use HTTP Detailed Errors in IIS 7.0
Created Dec 12, 2007 by IIS Team

Introduction - Every Web-Site Administrator or Web Developer has seen "404 - File not found" , "401 - Unauthorized" or "500 - Server Error" messages in his browser. This article helps you understand how and why IIS 7.0 generates these errors and...

Troubleshooting Failed Requests Using Tracing in IIS 7
Created Dec 12, 2007 by IIS Team

Introduction - Request-based tracing provides a way to determine what exactly is happening with your requests and why, provided that you can reproduce the problem that you are experiencing. Problems like poor performance on some requests, or...

How to Enable Failed Request Tracing for UNC Hosting
Created Nov 23, 2007 by saad

Configuring Failed Request Tracing and Logging for a Hosting Scenario - Placing application content and code on a UNC share for hosting scenarios is increasingly important on web application servers. In hosting scenarios, it is important to be...