S
Sharon McCarty
Hi everyone,
I have a VBScript making a http request to a webservice. The
webservice simply creates a .txt file on the c:\.
The VBScript successfully calls the webservice when the webservice is
on the same machine as the vbscript.
The problem is when I put the VBSCript on another machine, and make a
call to the webservice, the file does not get created.
I think I'm going thru a permissions problem. I've given the
IUSR_servername and ASPNet account on the webservice machine
administrator privileges but this still doesn't work.
I even went into the webservice and set up an impersonation to a
network account in the web.config. Next, i gave that account
administrator privileges, but still no dice.
Can anyone tell me what I can do, I'm going nuts over this problem!
Thanks in advance
Sharon
I have a VBScript making a http request to a webservice. The
webservice simply creates a .txt file on the c:\.
The VBScript successfully calls the webservice when the webservice is
on the same machine as the vbscript.
The problem is when I put the VBSCript on another machine, and make a
call to the webservice, the file does not get created.
I think I'm going thru a permissions problem. I've given the
IUSR_servername and ASPNet account on the webservice machine
administrator privileges but this still doesn't work.
I even went into the webservice and set up an impersonation to a
network account in the web.config. Next, i gave that account
administrator privileges, but still no dice.
Can anyone tell me what I can do, I'm going nuts over this problem!
Thanks in advance
Sharon