Hi there folks,
I am having an issue with service application. The application uses
TWebBrowser ActiveX control to grab some data from the web.
On my development machine - XP SP1 - it works fine. The service is set to
run under "LocalSystem" account.
On several other machines - XP, XP SP1, XP SP2 and probably Windows Server
2003 - it
only works if its run under the currently logged in administrative account.
If its run
under LocalSystem account - the following happens...The code calls Navigate
method twice and passes the
parameters...The first call works ok, i.e. the parameters are being passed.
But on the second call,
it cant pass the parameters to the target web page and the page returns
error as it would be empty
parameters sent...
Anyone could advice what i need to change in order to have the service
running ok under "LocalSystem" account as it does on my machine?
Thanx alot,
Eugene.