D:\host\rcube\web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <security>
            <authentication>
                <anonymousAuthentication userName="IUSR" />
            </authentication>
        </security>
    </system.webServer>
</configuration>