Visual Studio 2008 built-in web server raises integrated pipeline error on Http Header manipulation
- by jdk
Using Visual Studio 2008, built-in web server.
In a Web Handler .ashx file
public void ProcessRequest(HttpContext context) {
context.Response.ContentType = MimeType_text_xvcard;
context.Response.Headers.Add(HttpHeader_ContentLength, "2138");
when I try to added a header I get the exception
This operation requires IIS…