hi community
i'm really hoping someone can help me.
i've got windows vista business running iis7. i've made a couple of amends in the past that allow me to use url rewriting in a similar way to iis6 and this has been working fine - http://www.improve.dk/blog/2006/12/11/making-url-rewriting-on-iis7-work-like-iis6
however, today i tried to navigate to my localhost without the document name specified
http://localhost/
but i receive a Bad Request (http 400 error) back. no other information is available, via the source of the page returned or fiddler.
if i navigate to http://localhost/default.aspx or whatever my document name is the server responds ok?
additional info that may of help indirectly:
.i've installed xampp (but changed the listen ports to 8080 for http and 4499 for ssl) for a site i need to develop under php
.i've installed activeperl (required by the xampp install for the program i am using)
as you can see iis works ok when the document is specified but doesn't when it isn't.
i've checked my default document is set (which it is) and wonder if it might be something to do with the handler mappings? see them here
http://img197.imageshack.us/img197/1271/15279742.jpg
i'd be very grateful for any help
regards
jc