问题描述
我已经进行了新安装Win 8 Pro + IIS 8,但是由于缺少IIS8和static.dll模块中的StaticFileModule,所以我网站上的所有静态内容(png等)均无法正常工作.
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.
什么命令在IIS8中启用StaticFileModule(static.dll)?
What command enable StaticFileModule (static.dll) in IIS8 ?
推荐答案
尝试使用打开或关闭Windows功能"菜单安装静态内容"功能:
Try installing the "Static content" feature using the "Turn Windows features on or off" menu:
如果安装后由于某种原因该模块在ISS中丢失,则可以尝试手动添加(使用配置本机模块"选项并从屏幕快照中复制信息):
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):
这篇关于安装Win 8 Pro和IIS 8后-缺少StaticFileModule的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!