hi everrybody,
i want 2 make a higly secured guard lock which no 1 can
heck......
here i hav already make a login page, change password
page,and file uploder page with encryption..
bt here i wana , when i store a encrypted file on that
perticular location bt i specially wana that no 1 can
open ,cut,copy,paste of this perticuler page for security
perpose ..also i wana that its path in fat32 file
should remove from there and it sores in my asp.net project
that's why after unstallation of my setup no 1
can see that file atleast..............
so plz provide me the source code in asp.net 2.0 wth language
c#.. and other suggestion also
thanking you
pradyumna agrawal
Peter Bromberg [C# MVP] - 20 Jul 2007 12:56 GMT
This is the c# language group. You need to post this to the ASP.NET Group.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
bogMetaFinder: http://www.blogmetafinder.com
> hi everrybody,
>
[quoted text clipped - 14 lines]
> thanking you
> pradyumna agrawal
Nicholas Paldino [.NET/C# MVP] - 20 Jul 2007 16:41 GMT
Pradyumna,
If no one can open, cut, copy, paste, etc, etc, then how will your app
access it (it qualifies as someone, and by your definition, no one can
access it).
Needless to say, you will have to allow SOMEONE to access it, otherwise,
there is no point of having it.
In this case, you basically want to set the user permissions on the file
to allow that someone (and only that someone) to access it.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> hi everrybody,
>
[quoted text clipped - 14 lines]
> thanking you
> pradyumna agrawal