2016-11-06 66 views
0

我尝试用PHP在IIS 8.5上安装Rainloop 7Rainloop在IIS 8.5与PHP 7

我得到了第一个错误:

[202] Data文件夹的权限错误[is_writable]

我试着编辑文件夹权限,并已将此添加到web.config中:

<configuration> 
 
\t <system.webServer> 
 
\t \t <security> 
 
\t \t \t <requestFiltering> 
 
\t \t \t \t <hiddenSegments> 
 
\t \t \t \t \t <add segment="data"/> 
 
\t \t \t \t </hiddenSegments> 
 
\t \t \t </requestFiltering> 
 
\t \t </security> 
 
\t </system.webServer> 
 
</configuration>

请问我该如何解决这个问题?

谢谢。

回答

0

你必须给权限的两个用户:

1)IIS应用程序池\ AppPoolName(与您的网站的应用程序池的名称)替换“AppPoolName”。

2)IUSR