N
Neil
Hi,
Long story short, we use "Server.Execute" to grab the output from an
ASPX page ...
Server.Execute("page.aspx", textWriter);
We've noticed that intermittantly, we get a "Thread was being aborted"
error when this method is called.
Anyone any ideas where to start looking?
Is this likely to be caused by a problem in the "page.aspx"?
Thanks for any help
Meil
Long story short, we use "Server.Execute" to grab the output from an
ASPX page ...
Server.Execute("page.aspx", textWriter);
We've noticed that intermittantly, we get a "Thread was being aborted"
error when this method is called.
Anyone any ideas where to start looking?
Is this likely to be caused by a problem in the "page.aspx"?
Thanks for any help
Meil