colindcli / CodeGit

代码仓库
https://colindcli.github.io/CodeGit/
MIT License
0 stars 2 forks source link

IIS #29

Closed colindcli closed 6 years ago

colindcli commented 6 years ago

禁用系统缓存

输出缓存 - 添加- “*” 启用用户模式缓存(使用文件更改通知)、内核模式缓存(使用文件更改通知)

colindcli commented 6 years ago

安装IIS后问题及配置:

控制面板 - 程序和功能 - 启动或关闭windows功能 - Internet Information services - 万维网服务 - 应用程序开发功能

勾选:
1、ASP.NET 3.5
2、ASP.NET 4.6
3、ISAPI扩展
4、ISAPI筛选器
5、.NET Extensibility 3.5
6、.NET Extensibility 4.6

不能在此路径中使用此配置节。如果在父级别上锁定了该节,便会出现这种情况。锁定是默认设置的(overrideModeDefault="Deny"),或者是通过包含 overrideMode="Deny" 或旧有的 allowOverride="false" 的位置标记明确设置的???

C:\windows\system32\inetsrv\appcmd unlock config -section:system.webServer/handlers
C:\windows\system32\inetsrv\appcmd unlock config -section:system.webServer/modules

处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler”???

32位机器: c:\windows\microsoft.net\framework\v4.0.30319\aspnet_regiis.exe -i
64位机器: c:\windows\microsoft.net\framework64\v4.0.30319\aspnet_regiis.exe -i