Installing plugins on IIS-hosted site [closed]

At the very end of your wp-config.php file insert the following code;

if(is_admin()) {
add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
define( 'FS_CHMOD_DIR', 0751 );
}

Save then try again