2016-11-06 79 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