Is this ARR warning causing my 404?
问题 I'm getting a 404 during a URL redirect/rewrite, and I'm unable to pin down exactly what's causing it. The warning is: REWRITE_DISABLED_KERNEL_CACHE Here are my rules: <rule name="TFS Redirect" stopProcessing="true"> <match url="^((?!tfs).)*$" /> <conditions> <add input="{HTTP_HOST}" pattern="tfs.domain.com" /> </conditions> <action type="Redirect" url="http://tfs.domain.com/tfs" /> </rule> <rule name="TFS Rewrite" stopProcessing="true"> <match url="^tfs(.*)" /> <action type="Rewrite" url=