Web service question

  • Thread starter Thread starter Balint Toth
  • Start date Start date
B

Balint Toth

I made a web service which comminicates with a smartphone.
On the server the web service writes some files, and the client should
download them. But the files the webservice wrote have no read/write rights,
so the client is denied to download them.

How can I add read authority to a file I created? Maybe some IIS settings (I
add all right to the directory in which the file is created)?
 
I think you will have to give more rights to the ASP .NET account on your server. What IIS do you have on server (5.x or 6)?
 
Hmm, the problem is solved:

former I saved the files to \wwwroot\mywebservice\bin directory. Saving the
files to \wwwroot\mywebservice\anotherdir solved the problem (in case of bin
every time I created a file, all rights removed... I dont know why...).


"Dan Ardelean" <[email protected]> az alábbiakat írta a
következo üzenetben
I think you will have to give more rights to the ASP .NET account on your
server. What IIS do you have on server (5.x or 6)?
 
Back
Top