|
|
Browse by Tags
All Tags » IIS7 » Goodies
Showing page 1 of 2 (11 total posts)
-
Since its release, IconHandler has been a pretty popular module (on its own and with the custom DirectoryListingModule). Today, I am releasing v2.0 of IconHandler, which contains some much-requested functionality and fixes a few issues that people have reported with the original version.(I don’t RTFM, take me to download)Here are the ...
-
Last week, the IIS team released bit-rate throttling module to the web.
As the self-proclaimed daddy of the project (I designed and wrote the initial prototype in early 2007), I am very thrilled to see it out. The new IIS media team folks have done a great job getting it production ready and rounding out the feature-set, which you can ...
-
Due to demand for the original PortCheck tool, I decided to release the updated version that I myself have been using that has a few more features to help diagnose connectivity issues.[Download PortCheck v2.0]The idea behind PortCheck was simple – help diagnose the common “page cannot be displayed” or “server not ...
-
During IIS7 development, I've written quite a few modules for IIS7 / ASP.NET. Some of these were for various demos, others were to help out various internal and external customers, and others just because they were fun to write.
Developing for IIS7 has been lots of fun for me because you can finally do a lot of the things you ...
-
This weekend, I was working on an MSDN magazine article and as part of putting together a demo happened to install PHP’s Wordpress blog app on IIS7. Of course, I used the latest FastCGI bits available in the box in in Windows Server 2008 Beta 3, and the latest Windows-optimized PHP 5.2.3 build from www.php.net. Long story short, ...
-
A very cool aspect of IIS7’s end-to-end extensibility is the ability to define your own configuration sections for your custom web server modules and handlers, that reside in the standard IIS configuration files side by side with IIS configuration. These configuration sections can then be read/written with all the standard IIS ...
-
The HttpRedirection module allows you to configure regular expression-based rules that redirect clients from url A to url B using http redirection.
When clients make a request to your server, and the url matches one of the redirection rules you have configured, the server will respond with a redirection response, telling the client to go to your ...
-
In a web application, it’s often necessary to redirect clients requesting one url to another url. Here are some reasons why your application may need to do it:· A part of your site should only be accessed over HTTPS to protect private data, so you want to redirect requests made ...
-
*************************************************
(NEW) Update - 2/1/09:
Clarified installation instructions (see post).
Fixed bugs:
- Occasional icons missing / icons missing during heavy load due to MTA problems with SHGetFileInfo ...
-
*************************************************
Update - 4/26/08:
IconHandler 2.0 released.
**************************************************
Update - 1/20/2007:
Use the IconHandler in conjunction with the DirectoryListingModule to set up a nice-looking directory listing for your IIS website, or create a your own directory listing ...
1
|
|
|