How to overcome max upload size limit in WordPress 3.1 running on Windows 2003 IIS6

i am trying to increase the max upload size in wordpress 3.1 multisite-installation running on windows 2003 iis6, but all methods i try (from editing php.ini, putting it in wp-admin as well as in the root, editing the htaccess, editing the metabase.xml, restarting the server) give nothing, i still get the same error saying that the file exceeds the allowed 2MB….that’s frustrating… any workaround and please, step by step…thanks!

i have my pretty urls thanks to isapi, but this – this frustrates me since i can’t upload any audio mp3 file, where is the problem?

Related posts

Leave a Reply

1 comment

  1. PHP has these two settings that govern uploading files:

    * upload_max_filesize
    * post_max_size
    

    Have you modified both of those? Additionally, IIS has an AspMaxRequestEntityAllowed metabase property that defaults to 2MB. You can modify it with the IIS manager application.