m.r.davies
New member
- Joined
- Jun 18, 2007
- Messages
- 1
- Programming Experience
- 1-3
Hi all
This is my first post, so hopefully some one can help
I'm an asp.net developer and have written my first VB.net app,
Its an over night job that basically queries a SQL DB and then spits out a CSV file
This all works fine, however, when i put it on the server, the CSV file is generated in the same folder as the EXE file, and not in the custom location that is in the config file.
i've tried pointing to the C drive in the config file like so....
<add key="FileLocation" value="C:\" />
however, it ignores that for some reason and puts it at the same level as the EXE
What puzzles me is it works on my dev box!
any ideas what i'm doing wrong? is there some permissions thing i'm missing?
Cheers
Mark
This is my first post, so hopefully some one can help
I'm an asp.net developer and have written my first VB.net app,
Its an over night job that basically queries a SQL DB and then spits out a CSV file
This all works fine, however, when i put it on the server, the CSV file is generated in the same folder as the EXE file, and not in the custom location that is in the config file.
i've tried pointing to the C drive in the config file like so....
<add key="FileLocation" value="C:\" />
however, it ignores that for some reason and puts it at the same level as the EXE
What puzzles me is it works on my dev box!
any ideas what i'm doing wrong? is there some permissions thing i'm missing?
Cheers
Mark