IIS is overriding my response content, if i manually set the Response.StatusCode
- by Pure.Krome
Hi Folks,
Problem
when i manually set the HTTP Status of my Response stream to .. say 404 or 503, IIS renders up the stock IIS content/view, instead of my custom view.
When I do this with the Web Development Server (aka. Casinni), it works correctly (ie. my content is displayed and the response.statuscode == my entered data.
Is there anyway I…