为缓存压缩内容C:\ inetpub \ temp \ IIS临时压缩文件\ Clr4IntegratedAppPool而指定的目录无效。
背景
我没有在Windows计算机中设置IIS。我正在使用IISExpress。
但是,来自Db Context的异常尝试访问C:/inetpub/../IIS Temporary Compressed Files\Clr4IntegratedAppPool
处的缓存(可能来自machineconfig
?)
尝试
我已在以下列出的位置验证applicationhost.config
。所有人都有%TEMP%
位置,该位置指向我的用户目录。
httpCompression目录=“%TEMP%\ iisexpress \ IIS临时压缩文件”> ..
C:\Program Files (x86)\IIS Express\AppServer\applicationhost.config
E:\<project folder>\.vs\config\applicationhost.config
C:\Users\<windowsuser>\Documents\IISExpress\config\applicationhost.config
必需
在帮助您识别从中读取配置的源以及如何修复配置方面,将非常感谢您的帮助。感谢您的时间和精力。