B
bredal Jensen
Here is my question:
I have a webservice that "expose " a function "PutPhoto".
This function is used by an asp.net app to send a photo .
Putphoto get the photo as an array of bytes and image.Type and write
the picture to a folder on the local system(The system where the web service
is running).
My problem is that this works only when the web app and the web service are
located
on the same system.
But it does not work when the web application is on an other server.
Can anyone explain why?
I have double checked the configurations and it is not a path issue...
Any help will be so much appreciated.
Thanks
J.B.
I have a webservice that "expose " a function "PutPhoto".
This function is used by an asp.net app to send a photo .
Putphoto get the photo as an array of bytes and image.Type and write
the picture to a folder on the local system(The system where the web service
is running).
My problem is that this works only when the web app and the web service are
located
on the same system.
But it does not work when the web application is on an other server.
Can anyone explain why?
I have double checked the configurations and it is not a path issue...
Any help will be so much appreciated.
Thanks
J.B.