ASP.NET Handler (.ashx) with long Query String Parameters
I want to know what is the best solution for creating ASP.NET HTTP Handler (.ashx) with long Query string parameters, as i have parameter like "description" which will be a long string which will make a problem in URL when access it by HTTP Request.
0 1 Answer if you just want use GET method,you can't solved this problem,you can set it at What is the maximum length of a URL?
[Read More]