After Installing Win 8 Pro and IIS 8 - missing StaticFileModule

[亡魂溺海] 提交于 2020-06-28 01:19:06

问题


I've made new installation Win 8 Pro + IIS 8, but any static content (png and etc.) on my web site not working, because StaticFileModule in Modules IIS8 and static.dll are missing.

What command enable StaticFileModule (static.dll) in IIS8 ?


回答1:


Try installing the "Static content" feature using the "Turn Windows features on or off" menu:

Win8 screenshot

If for some reason the module is missing in ISS after installation, you can try to add it manually (use the "Configure Native Modules" option and copy the information from the screenshot):

IIS modules




回答2:


try installing IIS again. Turn features off and restart first.



来源:https://stackoverflow.com/questions/16644810/after-installing-win-8-pro-and-iis-8-missing-staticfilemodule

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!