I’m considering using IsolatedStorage for my temporary files. However, the documenation seems to imply that the storage space is determiend by the windows user account, which for an ASP.NET application is NETWORK SERVICES. If there are multiple websites/applications using NETWORK SERVICES as their account, won’t that mean they all will share the same IsolatedStorage and be able to read each others files?
I’m considering using IsolatedStorage for my temporary files. However, the documenation seems to imply
Share
I think you have more flexibility if you construct your
IsolatedStorageFileStreamusing anIsolatedStorageFileinstance, because they can be created on for example an app-specific basis: