When you create a sample Mvc app, the default url for the home page looks like "http://localhost:1797/Home " Does anyone know how to rewrite the url that the user sees so that it appears as "http://localhost:1797". I've tried using an HttpModule and using routing rules to no avail.
Thanks