HttpContext throws HttpException

前端 未结 7 616
无人共我
无人共我 2020-12-05 18:30

I have written a custom http handler. I have done this by writing a class which implements the IHttphandler.

Inside that class I have code like this,



        
相关标签:
7条回答
  • 2020-12-05 19:30

    try to set up the max size file on the web config to a bigger one.

    You can set the maxRequestLength (in kb)

    try to not reclycle app pools on iis to often also.

    0 讨论(0)
提交回复
热议问题