I want to be able to have users navigate to my site without being redirected to the aspx page representing the "Home Page".
Right now my home page is set to Home.aspx so when a user requests http://blogs.mycompanysite.com/myblog/ they get redirected to http://blogs.mycompanysite.com/myblog/Home.aspx.
Effectively, I would like to set my home page to /. When the user requests http://blogs.mycompanysite.com/myblog/ the actual file served would be Home.aspx but the url would still be http://blogs.mycompanysite.com/myblog/