Home › Forums › IIS 7 › IIS7 - General › How to disable IIS7 Case Sensitive feature
« Previous Next »
Last post 06-29-2009 3:28 PM by lguerra. 4 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (5 items)
Sort Posts: Oldest to newest Newest to oldest
It looks like by default IIS7 is case sensitive like apache on linux. Is there a way to disable this?
IIS is case-preserving but insensitive - similar to NTFS. What makes you think IIS is case-sensitive.
example:
If the actual URL is http://www.site.com/FOLDER/index.html and you browse to http://www.site.com/folder/index.html, you will get a page cannot be displayed error. (notice the uppercase letters for the folder name).
You haven't seen this?
This is only happening on my IIS 7 boxes.
Found the issue.
IIS7 is not case-sensitive.. the problem was a custom configuration on my load balancer.
Thanks for your time anilr.