1. Set the website’s operating environment to .net 2.0
2. Set the html mapping method in IIS: Go to the properties of the website in IIS > Home Directory > Configuration > Mapping > Add, and select the .net 2.0 environment file in the executable file box (tip: the default address is: :WINDOWS Microsoft.NETFrameworkv2.0.50727aspnet_isapi.dll), enter .html in the extension input box, cancel the check box to confirm whether the file exists and then confirm.
3. Then set the homepage of the website to: default.htm
4. Tip: Every time you open the default.aspx system, the default.htm file will be generated, which can improve browsing speed.
Expand