Wordpress website hosting in IIS(Internet Information Services)
Installed PHP directly using php.iis.net.
You need to give the IUSR account Read/Write/Modify permission on your wp-content folder. then setting in web.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters <system.webServer> <httpErrors errorMode="Detailed" /> <asp scriptErrorSentToBrowser="true"/> </system.webServer> <system.web> --> <customerrors mode="off"/> <compilation debug="true"/> [.....]