I've got an html page with images that I have saved it as a mht file which is viewable in the browser.
I'd need to deploy this page to my SharePoint web application or site so that user can view it with a url.
I put the page to the root virtual directory of my sharepoint web application but it's no possible to view it using e.g. http://sharepoint_webapplication:portnumber/MyPage.mht.
Also I tried adding it to the document library of the top site collection but sharepoint downloads the file instead of showing it.
How could I do this?
Many thanks.