Reputation: 3
I need your help, I have a problem with server.transfer code in vb.net, it runs so slow.. My Question:
Thank every one that answer my question, thank you very much!
Upvotes: 0
Views: 216
Reputation: 569
One thing I've found on this is that it can have to do with the status code the transferred page returns. If it returns a 500 error, it can make your server transfer run upwards of five minutes.
One way to test this, if you can, is to run the transferred page in isolation and generate any of the information being transferred on the other side to see if any errors are generated.
It took me a day to figure this out. Hopefully it helps someone else.
Upvotes: 1