the joys of windows nt security
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, the exe I've just coded is used by an ASP page running on IIS to generate a zip file containing some XML goo, for download by a client problem being, the file I create is not public... so it looks like I need to use SetFileSecurity() or SetNamedSecurityInfo() to make it visible the trouble is, i'm totally lost trying to use these functions- can anyone point me towards a good, quick example ? thanks :) peace :rose: