My question is:
If I type in http://localhost:51872/KenticoWizard/Basic-Info.aspx the browser for some reason is automatically redirecting the request to http://localhost:51872/KenticoWizard/Quote.aspx
I checked multiple browsers and I looked at the FireFox network tab when http://localhost:51872/KenticoWizard/Basic-Info.aspx is entered, the response back is 302 (which is code for URL redirection) and redirects to Quote.Aspx page.
Why is that happening and not sure what I am missing here