-
Posted to
IIS7 - General
by
pajocomo
on
10-05-2009, 5:44 PM
And where can I download them?
-
Posted to
IIS7 - General
by
pajocomo
on
10-05-2009, 2:54 PM
Is there a download for localized error pages?
IIS 7 is configured to use error pages in the location %SystemDrive%\inetpub\custerr\<LANGUAGE-TAG>\401.htm for the 401 HTTP error, but I only have the en-us instalation and I would like to have the pt-pt error pages.
-
Posted to
IIS7 - URL Rewrite Module
by
pajocomo
on
05-29-2009, 6:22 PM
A repair of the installation solved the problem.
-
Posted to
IIS7 - URL Rewrite Module
by
pajocomo
on
05-29-2009, 5:17 PM
I have just installed the IIS7 URL Rewrite Module (got it from here: http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1692) on Windows 2008 SP1 x64 but I can't see it anywhere to be used.
How can I troubleshoot this?
-
Posted to
IIS7 - General
by
pajocomo
on
01-14-2009, 7:40 PM
Hi Mai-lan,
I meant (but forgot to write - already edited the original post) in the web.config file.
Nevertheless, there are removable modules and unremovable modules.
Either using the MMC or the command line tool, I still need to know which ones to remove.
There should be an option to remove all and only the removable ones.
-
Posted to
IIS7 - General
by
pajocomo
on
12-26-2008, 2:52 PM
Because I want to have only the modules I want.
I don't need URL authorization, forms authentication, session state and lots more.
-
Posted to
IIS7 - General
by
pajocomo
on
12-26-2008, 12:21 PM
Sorry, but that doesn't help me.
I want to remove all HTTP modules (or as much as possible) without needing to know what modules are declared in the global web.config or applicationhost.config files.
-
Posted to
IIS7 - General
by
pajocomo
on
12-25-2008, 5:46 PM
On ASP.NET (up to IIS6), I can remove all the HTTP modules (in the web.config file) and add only the ones I want to.
How can I do the same in IIS7?
-
Posted to
IIS7 - General
by
pajocomo
on
12-25-2008, 5:09 PM
Hi all,
I'm trying to build a reverse proxy, but I'm not getting HTTP compression working using IIS 7 on Win2008.
Either using the compressed response from the remote server or using IIS's compression, I cannot make IE7 or Fiddler2 to accept the compressed content.
Here is my code:
global.asax.cs:namespace ReverseProxy
{
...