vote up 0 vote down star

Hi there,

I'm currently developing a Windows Service to download some emails in the background. For easy testing, the core of this service can be run in a standalone application, too. There's no problem while downloading the mails (service and standalone) but I'm not able to get a WebRequest when running the service (everything's find in the standalone app). I know, Windows Services are limited by the local system account - but is there a way to work with (Http-)WebRequest without changing the service-user manually.

Thanks in advance, Bert

flag
1  
Do you get an error/exception. If so can you add the stack, message etc? – pb Jul 29 at 21:12

1 Answer

vote up 0 vote down

Can you be more specific on the problem? Are you getting exceptions? Is the web service returning errors in the header or response stream?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.