Web service question

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)?
 
G

Guest

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)?
 
B

Balint Toth

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)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top