I created a web job which loads a text file from disk
My problem is that i get a DirectoryNotFoundException
whenever this job executes.
I have a Resources directory and a text file in my web job project And it work well when i run it locally.
When remote debugging i can see the active directory is D:\local\Temp\jobs\continuous\EdisonContinuousMailJob\5rvo4ggm.rqa
And it contains all the dll, pdb files required for my web job but missing the Resources folder.
How can i make my resources deployed together with my web job ?