Hello All,
I have a concept I would like to verify given the followign scenario:
I have a web service that accepts files and places them intoa a directory via on the local machine.
I have a client app that is used to push the files to the web service and retreive them.
Is there a way to implement a security mechanism (using code access security I guess) where the web service would only accept access from the client app. I fugured I could embed a "code" somehwere in there and have it verified upon file upload / download. I just wanted to know if there was a more robust or easier way using the .Net security framework.
thanx in advance.
inzo
I have a concept I would like to verify given the followign scenario:
I have a web service that accepts files and places them intoa a directory via on the local machine.
I have a client app that is used to push the files to the web service and retreive them.
Is there a way to implement a security mechanism (using code access security I guess) where the web service would only accept access from the client app. I fugured I could embed a "code" somehwere in there and have it verified upon file upload / download. I just wanted to know if there was a more robust or easier way using the .Net security framework.
thanx in advance.
inzo