inzo21 Posted May 4, 2004 Posted May 4, 2004 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 Quote he who forgets will be destined to remember... (E.Vedder)
Moderators Robby Posted May 5, 2004 Moderators Posted May 5, 2004 Code Access Security doesn't work at that level... http://www.c-sharpcorner.com/Code/2004/Feb/CodeAccessSecurity.asp You may want to look into Impersonation authorization. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.