Browse by Tags

All Tags » HttpApplication (RSS)

Why not to use HttpResponse.Close and HttpResponse.End by hajan

I’ve seen many times developers use HttpResponse.Close and HttpResponse.End when they want to end the request and send a response to the client. If you read the MSDN explanation about HttpResponse.Close Method , in Remarks you will see the following explanation...
More Posts