IIS 8.5 is not serving JS, CSS, and Image files (static content)

前端 未结 5 1020
我寻月下人不归
我寻月下人不归 2021-01-07 23:13

The problem

We\'re running IIS on Windows 8.1 with Update. We\'re at the Orchard CMS first time setup screen, and IIS is giving 401s for all static content. We hav

5条回答
  •  隐瞒了意图╮
    2021-01-08 00:03

    So, what I had to do to fix this problem was the following: (and please understand, that this is not ASP or PHP script related, the server wouldn't even show basic simple .html files, yet would serve out PHP results all day long!)

    Two fold…

    1. Had to set the application pool for each site, under advanced settings, to use LocalSystem for it’s process
    2. Under site, advanced settings, security, add the IUSR account to have read & list contents access, for the site… :-)

    See any problems with doing that?

    'cuz it's working....

提交回复
热议问题