Unauthorized access error to html pages in IIS 7.0

后端 未结 5 742
广开言路
广开言路 2021-02-06 03:02

I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0. I have created a new web site and put an html file into the directory. And when I use browse function in IIS manager to browse th

5条回答
  •  爱一瞬间的悲伤
    2021-02-06 03:30

    I found another cause of this problem in that the website I was deploying was sent to me in a zip file. For some reason (maybe because the files were built on a Mac) the files where coming over with the Encrypted for Security bit set. The files show up as green in Windows Explorer.

提交回复
热议问题