I have installed wordpress 3.3.1 onto an IIS 6 server with Windows 2003 with php 5, mysql.
The wordpress install works however in the admin section I cannot access the following:
1. Help
2. Screen Options
3. Can't drag and drop widgets
4. When adding posts can't switch to the HTML tab
I suspect that this is all due to the JSON not being installed correctly on the IIS server. I know it is not my browser because I can access other wordpress sites and it works.
On the IIS service I have added the MIME Type.
Test I have conducted:
1. Reverted to default themes (Problem still exists)
2. Added Hotfix 0.8 (Problem still exists)
3. Added MIME Entry for JSON
4. Removed all plugin (Problem Still exits)
I suspect there is something else we need to configure on the IIS server. I would appreciate any ideas, thoughts or things we can try.