-
Posted to
IIS7 - General
by
geekinabox
on
07-03-2009, 3:59 PM
The good: I have specified a custom directory for config histories in my IIS config. IIS is correctly creating histories in that directory.
The bad: However, when I issue the command 'appcmd list backup' IIS lists the histories/backups that were created in the original default backup directory (c:\inetpub\history) ...
-
Posted to
IIS7 - URL Rewrite Module
by
geekinabox
on
07-10-2008, 3:18 PM
[quote user="jeff@zina.com"] This suggestion has me thinking, is there a situation where it is desireable to redirect a POST versus issuing the POST to the correct location in the first place? I can't think of any at the moment, and I can think of security reasons why you wouldn't want a redirect.[/quote]
A ...
-
Posted to
IIS7 - URL Rewrite Module
by
geekinabox
on
07-09-2008, 4:31 PM
I'm curious if you'll implement functionality to 'redirect POSTs' , too?
I've see plenty of instances where folks want to 'redirect' all traffic to a site, be it a GET or a POST. GETs work fine w/ a standard redirect (the querystring is easily appended to the new Location), but POSTs do not. That is, if a POST ...
-
Posted to
IIS7 - Security
by
geekinabox
on
06-10-2008, 11:08 AM
I've got a little criticism of IIS 7 that, hopefully, might be considered for future IIS iterations.
There was one feature in IIS 7.0 that I was really looking forward to, but unfortunately (unless I am missing something), did not get implemented to my satisfaction. Namely: the delegation of the IIS ...