No IIS configuration. HtmlIIS ing, under the IIS Site Directory. HtmlThe page is displayed. When. HtmlIs mapped to the IIS Site Directory.. HtmlThe page cannot be displayed. error message: "The page cannot be displayed." solution:
1. ConfigureApplicationProgramAdd extension in extension ing. HtmlIng to ASPnet _ISAPI. Dll, whether there is no selection;
2. Add the code under the <compilation> node in the web. config file:
<Buildproviders>
<Add
Extension =". Html"
Type = "system. Web. Compilation. pagebuildprovider"/>
</Buildproviders>
3. Add the code under the <system. Web> node in the web. config file:
<Add Path = "*. html "verb =" * "type =" automoduleservice. autohandlerfactory, automoduleservice "Validate =" true "/> <add Path = "*. html "verb =" * "type =" system. web. UI. pagehandlerfactory "Validate =" true "/>
Related connections:Http://blog.sina.com.cn/s/blog_4b0bb9a90100cunb. Html