Re: http request from windows service
From: Eliyahu Goldin (removemeegoldin_at_monarchmed.com)
Date: 12/15/04
- Next message: John: "Authorization Manager, ASP.NET, possible memory leak"
- Previous message: Sébastien PICAMELOT: "is there a bug in CertAdminLib interop with RevokeCertificate() me"
- In reply to: Nicole Calinoiu: "Re: http request from windows service"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: http request from windows service"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: http request from windows service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
> >
> >
>
>
- Next message: John: "Authorization Manager, ASP.NET, possible memory leak"
- Previous message: Sébastien PICAMELOT: "is there a bug in CertAdminLib interop with RevokeCertificate() me"
- In reply to: Nicole Calinoiu: "Re: http request from windows service"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: http request from windows service"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: http request from windows service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|