-
Posted to
IIS7 - URL Rewrite Module
by
vyaces
on
07-10-2009, 6:48 AM
Hello, ISAPI_Rewrite is able to set request headers (see www.helicontech.com/isapi_rewrite/doc/RewriteHeader.htm)
For example:
RewriteHeader Accept-Encoding: .* VALUE [NC,L]
Moreover you could use mod_headers module of Helicon Ape (see http://www.helicontech.com/ape/doc/mod_headers.htm#RequestHeader)
Example:
RequestHeader set ...
-
Posted to
IIS7 - Extensibility
by
vyaces
on
06-13-2009, 4:28 AM
Yes, I meant programmatic access. There are a few methods and I'm kinda want to know the faster one. Thanks for the reply :)
-
Posted to
IIS7 - Extensibility
by
vyaces
on
06-12-2009, 10:09 AM
Hello,
I'd like to know what is the fastest way to work with metabase. I need this information for both native and managed applications. For example what is the fastest method to obtain a thousand site names.
Any help will be appreciated.
-
Posted to
IIS7 - General
by
vyaces
on
04-30-2009, 9:14 AM
IIS7 supports IIS6 extensions. But under IIS6 you should setup wildcard mapping for managed IIS7 modules what isn't good, I think.