Re: http request from windows service

From: Eliyahu Goldin (removemeegoldin_at_monarchmed.com)
Date: 12/15/04


Date: Wed, 15 Dec 2004 20:18:46 +0200

When started from command line, the application makes an http request, gets
a response and writes it to a file. When started from a windows service, no
file is created. I might have to add some tracing to the application and see
if an exception is generated. In meantime I am just wondering if there are
any known security issues.

Thank you for answering,

Eliyahu

"Nicole Calinoiu" <calinoiu REMOVETHIS AT gmail DOT com> wrote in message
news:eRwMyKs4EHA.2876@TK2MSFTNGP12.phx.gbl...
> What do you mean by "[it] doesn't seem to work when I start it from a
> windows service"? Are receiving a particular exception? If so, could you
> please provide the full exception details as retrieved from a call to its
> ToString() method?
>
>
> "Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
> news:uR1zGgr4EHA.1404@TK2MSFTNGP11.phx.gbl...
> > What security issues shall I care about when sending http requests from
a
> > windows service? I have a console program that works fine if I start it
> > from
> > command line and doesn't seem to work when I start it from a windows
> > service. I am using HttpWebRequest and HttpWebResponse classes.
> >
> > Eliyahu
> >
> >
>
>



Relevant Pages

  • RE: Unknown Windows Service suspected Worm/Virus
    ... I have no idea what the service is, but maybe a scrape of the registry ... If anyone can identify this windows service please respond. ... Please also respond with the command line to stop a service. ... Gain the in-demand skills of ...
    (Security-Basics)
  • Re: Cannot run a command process from a Windows Service
    ... will consider an alternative to the Windows service. ... I am trying to run a command, which I would normally run from ... Note that you need to create a logon session for the ... load user profile and environment before creating the child process ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Ingres R3 Win Shutdown via command line
    ... >> Assuming that the DBMS is started as a service, this command should ... The "-service" parameter will start or stop the Windows service, ... Note also that on my machine the service is named "Ingres Intelligent ...
    (comp.databases.ingres)
  • Re: Implementing scheduler in web service
    ... Create a windows service which does the scheduler job to fire some command ... Create a webservice as a monitoring/controlling service for the windows ... I would like to use web service interface to control the ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Installing service with automatic startup from command prompt
    ... | Is there a way to install a Windows service from the command prompt and at ... Then you can use the SC command such as... ... sc config MyServiceName start= auto ... sc config MySeti start= auto ...
    (microsoft.public.windowsxp.general)