首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

google checkout 401 erro解决办法

2012-01-09 
google checkout 401 erro接收googlecheckout反馈信息的时候出现401错误,查看记录,google无法访问我的服务

google checkout 401 erro
接收google   checkout反馈信息的时候出现401错误,
查看记录,google无法访问我的服务器?

[解决办法]
You need to turn off an anonymous in iis and then use the sample code
to authenticate the response.

You are most likely on a shared server and the shared server is trying
to authenticate Google against the domain.

There are samples showing how to set up the authentication module.

http://code.google.com/p/google-checkout-dotnet-sample-code/downloads...

Once you set up the web.config file, it will use the Merchant Id and
Key in the web.config file to authenticate the callbacks.

热点排行