我们在Windows 2003服务器上运行IIS 6.0,并尝试在Global.asax中的Application_BeginRequest方法中设置accept-language请求标头:
Request.Headers.Set("accept-language", "en-US")
我们收到一条消息告诉我们Operation is not supported on this platform.
问题是,这在我的应用程序的本地副本上工作正常 - 但是我在Windows 7上运行IIS 7.有谁知道可能会发生什么,我知道Windows 2003不是最新的和最好的但设置一些请求标题应该不是问题吗?