Hi,
I am in the process of building my first website (no coding experience) My home page (saved as .aspx) uses asp.net controls. All other pages are saved as .html. I can navigate fine from the home page to any of the other pages; however when I try to navigate from the .html page to the home page, the home page just does not load.
It works fine if I change the .html pages to .aspx. Is this the only way to resolve this problem?