G
Guest
Hi all,
I developed a little application which reads/stores some setting on its
app.config file and it perfectly works...locally.
If I store the application and the config file on a shared folder, with full
access right, when the application calls OpenExeConfiguration I always get
ConfigurationErrorsException and this tells me the request for the
FileIOPermission has failed.
I can develop my own configuration parser pretty quickly, but I guess there
is a more elegant solution.
Thanks for the help in advance.
I developed a little application which reads/stores some setting on its
app.config file and it perfectly works...locally.
If I store the application and the config file on a shared folder, with full
access right, when the application calls OpenExeConfiguration I always get
ConfigurationErrorsException and this tells me the request for the
FileIOPermission has failed.
I can develop my own configuration parser pretty quickly, but I guess there
is a more elegant solution.
Thanks for the help in advance.