asp.net - Folder access issue in window7 with out administrator rights -
i want access folder can read write , delete files in c drive through application , application developed in asp.net using c# window service. found c:\users\default\appdata\roaming
or c:\program data
folder accessible user , can read write or delete files out admin rights. unfortunately not available in window xp there folder available in xp , win7 user can write/delete/read out administrator rights?
you can use temporary folder on c drive: "c:\temp".
Comments
Post a Comment