A
asherLaci
Hi,
I developed 2 applications:
1) ASP.NET Web Service
2) Windows application, that communicate with the Web service using
SOAP
In the Web service I can read any text file but i can't write to text
file in my WEB site.
Before calling the Web service i used this:
webService.Credentials =
System.Net.CredentialCache.DefaultCredentials
The response i'v got is:
The Wervice is unable to open the file
Server was unable to process request. --> Access to the
path "d:\hosting\ashersh\clientsData\qqq.txt" is denied.
Does sombody can tell me how can i get WRITE authorization???
Thanks
Asher
I developed 2 applications:
1) ASP.NET Web Service
2) Windows application, that communicate with the Web service using
SOAP
In the Web service I can read any text file but i can't write to text
file in my WEB site.
Before calling the Web service i used this:
webService.Credentials =
System.Net.CredentialCache.DefaultCredentials
The response i'v got is:
The Wervice is unable to open the file
Server was unable to process request. --> Access to the
path "d:\hosting\ashersh\clientsData\qqq.txt" is denied.
Does sombody can tell me how can i get WRITE authorization???
Thanks
Asher