N
newsgroup.poster
I encounter the following exception when accessing
HttpResponse.Headers after having installed .net 3.5 SDK:
[PlatformNotSupportedException: This operation requires IIS integrated
pipeline mode.]
System.Web.HttpResponse.get_Headers() +3300614
My server is windows 2003 (iis6), my dev environment is winxppro
(either iis5 or vswebdevserver).
I've saw description of this exception here
http://msdn2.microsoft.com/en-us/library/system.web.httpresponse.headers.aspx#ddueExceptionsToggle
but I don't understand why it should apply because I don't use iis 7.
I'm working arround by hacking ContentType property appending required
headers, but I wonder if there is a way to fix this problem?
Thanks,
Gauthier Segay
HttpResponse.Headers after having installed .net 3.5 SDK:
[PlatformNotSupportedException: This operation requires IIS integrated
pipeline mode.]
System.Web.HttpResponse.get_Headers() +3300614
My server is windows 2003 (iis6), my dev environment is winxppro
(either iis5 or vswebdevserver).
I've saw description of this exception here
http://msdn2.microsoft.com/en-us/library/system.web.httpresponse.headers.aspx#ddueExceptionsToggle
but I don't understand why it should apply because I don't use iis 7.
I'm working arround by hacking ContentType property appending required
headers, but I wonder if there is a way to fix this problem?
Thanks,
Gauthier Segay