Hi,
How to restrict access to particular folder in asp.net. For ex. Upload Folder on root of my web application.
I use sql server based authentication and while restricting access to the folder from URL I should able to deliver access to the users who own the folders they have creaed.
For ex if User XYZ is created folders like 1120,1152 then he should get the access to that folder but not the folders created by different users
Kind Regards,
Jay