|
-
June 20th, 2011, 02:58 AM
#1
Is there any way to display '.log' file contents in a WebPage much quicker the below
Hi,
I am displaying the log file content in WebPage.If the log file size is say 2MB or more than that it takes more time(for 20MB it takes some 8-10 minutes) to display on WebPage. Please someone let me know how can i display log file content in WebPage much quicker(with less time).
Whats the maximum size of '.log' file for displaying its content in the web page ?? Why it take soo much time if '.log file size is more ?? Is there any other way to achieve the above ??
I am using the below code(C# code) for doing this , divLogSummary.InnerHtml = content.ToString(); where content is StringBuilder type, which will be having log file content. Please someone help me out to solve this issue.Thanks in advance.
Regards,Chetan.
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
|