I have this scenario :-
userid 66 has folder/66
userid 75 has a folder/75
do not want 66 to be able to access 75's files by changeing url.
After logging in, the user has an aspx page has a list of hyperlinks to different files Example(I do not want them to be able to change the url to which would be for another user.
aspx pages are protected but doc,pdf,txt files are not.
I created a custom httphandler but keep getting an "Unrecognized configuration section 'HttpHandlers'" Error with it.
I Would ask for any suggestions as to how to secure these files.I will paste my code if anyone is willing to help me.
userid 66 has folder/66
userid 75 has a folder/75
do not want 66 to be able to access 75's files by changeing url.
After logging in, the user has an aspx page has a list of hyperlinks to different files Example(I do not want them to be able to change the url to which would be for another user.
aspx pages are protected but doc,pdf,txt files are not.
I created a custom httphandler but keep getting an "Unrecognized configuration section 'HttpHandlers'" Error with it.
I Would ask for any suggestions as to how to secure these files.I will paste my code if anyone is willing to help me.