S
Steve Sargent
Hi:
I'm writing an application that connects to a server and downloads and
stores files in subdirectories of the application's folder.
This has worked fine...up until I tested the application on an XP
limited account. It didn't work on the limited account. One of the
first thing my client does is to create a log file to store various
errors and messages. If I start up the application for the first time
in the limited account, it refuses to let me create the file.
My client also stores files from the server for quick access in later
retrievals. I would imagine this won't work either.
How do I make my application able to store files while in a limited
account? I've only been writing C# for about 6 months now, so there
are a lot of topics I haven't yet learned about.
Right now, my application stores the files in directories based on
settings in the app.config file from within the app's directory.
Based on the app's directory, the relative paths are appended to the
app's current directory, and that is where all the logs and stored
files go. Up to now, this has worked. If this isn't possible for
limited accounts, what method should be used?
I know alot of programs have personal settings based on the user. I
don't really know how they do that; so, if this is needed, could
someone guide me to a resource that covers programming per user.
Thanks in advance for any help provided.
Steve
I'm writing an application that connects to a server and downloads and
stores files in subdirectories of the application's folder.
This has worked fine...up until I tested the application on an XP
limited account. It didn't work on the limited account. One of the
first thing my client does is to create a log file to store various
errors and messages. If I start up the application for the first time
in the limited account, it refuses to let me create the file.
My client also stores files from the server for quick access in later
retrievals. I would imagine this won't work either.
How do I make my application able to store files while in a limited
account? I've only been writing C# for about 6 months now, so there
are a lot of topics I haven't yet learned about.
Right now, my application stores the files in directories based on
settings in the app.config file from within the app's directory.
Based on the app's directory, the relative paths are appended to the
app's current directory, and that is where all the logs and stored
files go. Up to now, this has worked. If this isn't possible for
limited accounts, what method should be used?
I know alot of programs have personal settings based on the user. I
don't really know how they do that; so, if this is needed, could
someone guide me to a resource that covers programming per user.
Thanks in advance for any help provided.
Steve