i am trying to write out a response to the client:
response.StatusCode = (int)HttpStatusCode.BadRequest; response.ClearContent(); response.Write(String.Forma
Have you checked that asp.net is enabled on the server? You need to use the Windows server manager to check the features have been installed.
I've just tried your code on my server & despite what I assume is a typo around casing of response, it worked as expected.
response