Hi Everyone
I need to put a file onto a file server from another server where my web application runs.
The file server has many mapped/lettered drives (d:\, e:\, f:\, ect.)
If I use a full path name \\fileservername\D$\folder1\folder2\ my web application will not recognize it and it fails.
I believe the app doesn't like the dollar sign $
Is there any solution to this?
Thanks!