I want to redirect from "mysite.com" to "mysite.com/home/index" (option of default route) if someone enters only the domain name in browser.
surely it can be done overriding begin request method in global.asax, but i think there must be some kind of route of web.config options.