W
Wells Caughey
Hello everyone,
I am writing an application where I am hosting a control I created in IE.
Everything seems to work ok (aside from the minor security glitches here and
there) but it seems to take a very long time to navigate to and from the
page containing the custom control, even after it has been cached in the
downloads section of the GAC. From this I have several questions:
1) Is the control being downloaded everytime I navigate to the webpage
hosting it? If so is there anyway I can keep that from happening without
resorting to hosting the control via the COM interop?
2) Shouldn't the control exist in memory even though the page it is on is
not the current page? It seems like a new instance is create every time I
navigate forward or back.
3) Is there anyway I can tell IE to host my control but to load it out of a
*.cab file or some other compressed medium instead of have to load it out of
an uncompressed medium. Currently my assembly is 320K and I can only see it
getting bigger.
Thanks for any advise,
Wells
I am writing an application where I am hosting a control I created in IE.
Everything seems to work ok (aside from the minor security glitches here and
there) but it seems to take a very long time to navigate to and from the
page containing the custom control, even after it has been cached in the
downloads section of the GAC. From this I have several questions:
1) Is the control being downloaded everytime I navigate to the webpage
hosting it? If so is there anyway I can keep that from happening without
resorting to hosting the control via the COM interop?
2) Shouldn't the control exist in memory even though the page it is on is
not the current page? It seems like a new instance is create every time I
navigate forward or back.
3) Is there anyway I can tell IE to host my control but to load it out of a
*.cab file or some other compressed medium instead of have to load it out of
an uncompressed medium. Currently my assembly is 320K and I can only see it
getting bigger.
Thanks for any advise,
Wells