IIS7 configuration to support JSON:

1. 进入iis –> Features View –> Handler Mappings –> Add Script Map

2. 配置:

Request path:*.json

Executable: C:\WINDOWS\system32\inetsrv\asp.dll  

 

IIS6 configuration to support JSON:
Using IIS manager

  1. Add ‘json’ MIME Type
    • On the main IIS server right click and select ‘Properties’
    • From ‘Properties’ window in ‘MIME Types’ section click on ‘MIME Types’ button.
    • From ‘MIME Types’ window click on ‘New…’ button
    • In ‘MIME Type’ window type:

 

Extension: .json 
MIME type: application/x-javascript

 

    • Click OK, You should see the .json MIME Type added to the list of the MIME Types.
    • Click OK to the ‘MIME Types’ window
    • Click OK to ‘Properties’ window

    

posted on 2013-04-03 19:44  寒云  阅读(777)  评论(0编辑  收藏  举报