Sep 01, 2009
Today the Microsoft IIS team has released the beta of the Windows Cache Extension 1.0 for PHP . The Windows Cache Extension for PHP is a PHP accelerator , that is used to increase the speed of PHP applications running on the Windows operating systems...
7 comments
Tags: IISPerfomrancePHP
Jun 03, 2009
IIS Search Engine Optimization (SEO) Toolkit Beta – is a free toolkit that helps Web developers, hosting providers, and server administrators improve their sites’ relevance in search results by recommending how to make them more search engine-friendly...
1 comments
Tags: tips and tricksIISDeepak VermaSEOWeb PI
Jun 01, 2009
Following are the new configuration settings available in FastCGI 1.5 Extension Beta: MonitorChangesTo - This property specifies path to a file, changes to which will trigger a recycle of FastCGI executables running for this FastCGI process pool. If value...
4 comments
Tags: IISFastCGI
May 31, 2009
Windows 7 RC’s IIS included ftp 7.5 feature. Installing it from command line is a little bit different than the vista IIS7 command line. It is as following: start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS...
2 comments
Tags: IISWindows 7ftp
Jan 20, 2009
To get your custom IHttpModule up and running you need three simple things: Source code Compiled and GAC’ed DLL Registration with IIS config system Suppose, you have a simple module that raises an event with HttpContext as an argument before authentication...
1 comments
Tags: IIS
Jan 11, 2009
If you want to write a script to add new or update existing configuration, no matter what configuration file it belongs to (e.g. administration.config, applicationHost.config or website or application specific web.config), you can install Configuration...
2 comments
Tags: IISConfiguration Editor
Jan 04, 2009
Either through WMSvc or through your own script, whenever you try to establish a connection with a remote server, which doesn’t provide a trusted certificate you need to provide a delegate for this certificate validation check to validate untrusted...
2 comments
Tags: IISremote connection
Dec 28, 2008
IIS7.0 Failed Request Tracing (FRT) is a powerful troubleshooting tool for request-processing failures. More details regarding FRT and how to enable it can be be found here . Once the failed request tracing is enabled for your site, do the following to...
1 comments
Tags: IISURL RewriteFailed Request TracingFRT