M
Mark Travis
Hi,
I have a web page with a reference to a .NET control and I am getting a
number of extraneous requests occurred that are related to the control
To Digress
=======
The html page contains a object tag that references a .NET control.
<object id="mycontrol"
class="http://server/virtualdirectory/mycontrol.dll#mycontrol"></object>
The control is downloaded and displayed on the page. Please note: The
control is always successfully displayed.
The problem
=========
Over ADSL, the request for the page seems to take a long time. When I used
Ethereal to pack sniff the http traffic, I discovered that 10 invalid
requests had been made to find the control. these range from
http://server/mycontrol.dll
to
http://server/mycontrol/mycontrol.exe
to
http://server/bin/mycontrol/mycontrol.dll
The last request is usually the correct
http://server/virtualdirectory/mycontrol.dll
Each request takes x seconds and the response is usually over 1500 bytes
(file not found response). Hence the delay in downloading the page over
ADSL.
The Question
=========
Has anyone encountered this problem before and is there a way to stop it
from happenning
Thanks in Advance
Mark
I have a web page with a reference to a .NET control and I am getting a
number of extraneous requests occurred that are related to the control
To Digress
=======
The html page contains a object tag that references a .NET control.
<object id="mycontrol"
class="http://server/virtualdirectory/mycontrol.dll#mycontrol"></object>
The control is downloaded and displayed on the page. Please note: The
control is always successfully displayed.
The problem
=========
Over ADSL, the request for the page seems to take a long time. When I used
Ethereal to pack sniff the http traffic, I discovered that 10 invalid
requests had been made to find the control. these range from
http://server/mycontrol.dll
to
http://server/mycontrol/mycontrol.exe
to
http://server/bin/mycontrol/mycontrol.dll
The last request is usually the correct
http://server/virtualdirectory/mycontrol.dll
Each request takes x seconds and the response is usually over 1500 bytes
(file not found response). Hence the delay in downloading the page over
ADSL.
The Question
=========
Has anyone encountered this problem before and is there a way to stop it
from happenning
Thanks in Advance
Mark