S
Shone
Hi,
can you please help me figure out what I need to do to make IE COM
object (namely, using IEBrowser =
CreateObject("InternetExplorer.Application")) work within the web
service?
I manage to pass the "cannot create COM object" error, by setting the
IE security properties in "dcomcfg.exe", but it seems that IE can't
perform form submit operation on the containing webpage. More
precisely, the IE object is successfuly created, navigates to the
homepage, I supply the values to the form fields, but when I try to
submit the form, it just hangs there forever or times-out eventually.
No need to mention that all this works fine when run from the windows
form app.
Thanks much...
Shone
can you please help me figure out what I need to do to make IE COM
object (namely, using IEBrowser =
CreateObject("InternetExplorer.Application")) work within the web
service?
I manage to pass the "cannot create COM object" error, by setting the
IE security properties in "dcomcfg.exe", but it seems that IE can't
perform form submit operation on the containing webpage. More
precisely, the IE object is successfuly created, navigates to the
homepage, I supply the values to the form fields, but when I try to
submit the form, it just hangs there forever or times-out eventually.
No need to mention that all this works fine when run from the windows
form app.
Thanks much...
Shone