IIS7 IIS6 解析JSON (解决JSON格式的 Method Not Allowed )

本文详细介绍了如何在IIS6和IIS7中配置服务器以支持JSON格式。在IIS7中,需通过添加Script Map并指定*.json的请求路径及可执行文件路径。对于IIS6,则需通过IIS管理器添加MIME类型,将.json扩展名映射为application/x-javascript。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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

    

转载于:https://www.cnblogs.com/hanyun/archive/2013/04/03/2998612.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值