Re: .Net applet security question
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 17 May 2007 18:38:32 +0000 (UTC)
You don't have direct access by default to File IO - but you can use IsolatedStorage (which is like a virtual file system). Have a look at IsolatedStorageFileStream.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
Hi,
I'm planning to build a dotnet applet which will download a file from
a
webservice, save it in the local disk, editing and then upload it back
in the
server side.
I was doing a test to access local directories and files from a .Net
applet but I couldn't.
How can I resolve this ?
.
- Follow-Ups:
- Re: .Net applet security question
- From: genc ymeri
- Re: .Net applet security question
- Prev by Date: RE: forms authentication and wildcard mappings on UNC share
- Next by Date: Re: .Net applet security question
- Previous by thread: RE: forms authentication and wildcard mappings on UNC share
- Next by thread: Re: .Net applet security question
- Index(es):