Re: Isolated Storage Woes
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 12 Sep 2007 23:54:26 +0000 (UTC)
You don't have to do that - i can't remember all the details, but depending on the scope you may need a strong name.
try this - or use a different scope for the IsolatedStorageFile.
-----
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 am writing an application which needs to use application level
isolated storage. The problem is I get the following exception when I
call GetStore()
'Unable to determine application identity of the caller'.
I have read that this can be resolved by using a command line utility
to embed evidence in the assembly but there's simply no time
to do that in my development pipeline considering it has to be done
each time. Can this be integrated with a build in visual studio?
Post build event?
Is there another solution?
Thanks in advance
Matt
.
- References:
- Isolated Storage Woes
- From: Matt
- Isolated Storage Woes
- Prev by Date: Re: GenericPrincipal
- Next by Date: Re: Denying network access to all but one application
- Previous by thread: Isolated Storage Woes
- Next by thread: GenericPrincipal
- Index(es):
Relevant Pages
|