|
-
January 28th, 2009, 08:36 PM
#1
Professionnal ASP Questions
Hi,
1 - I wonder how ASP work when I have to generate huge data in html file. In the case of generating dynamic Html table that can have thousands of rows, the HTTP header Content-Lenght bugs me a lot. Using Content-Lenght would means that ASP.net transparently Render html in a memory buffer, and If buffer size bound is reach, it's resize the buffer???
Or perhaps in that case, it sends several Chunky buffer with Transfer-Encoding: chunked?
2 - With ASP.net, How can I view the Http response just before asp.net sent it? For debug purpose...
thanks a lot,
Michel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|