Remap the Home.aspx page to the Default.aspx page.
File: Web.Config
url="~/Home.aspx"
mappedUrl="~/Default.aspx"/>
The tilde character (~) represents the current application root.
A forward slash (/) at the start of a URL represents the website root.