It's difficult to help in this case without concrete knowledge of the exact line on which your code slows. My first guess would be that it's during the GetResponse call because of network latency issues (or maybe the URI is just a slow server). I think you should use a profiler or simply the StopWatch class to figure out where the block is.
On Apr 8, 7:38 pm, JeffNielson <[email protected]> wrote: > I have having a tough time getting this to work more quickly. I do > want it to be read into a text doc before making it an xml doc for > troubleshooting purposes. the slow step is getting the text doc from > what i can tell. > > Thanks. >
