Azure - How to access content files of WorkerRole?
I'm writing a worker role for sending emails. It has some email template
html files with build action = content and copy to output = Copy Always
How can i access those files from the code of the WorkerRole?
I don't want to store those files in a blob because i need to upload this
service as soon as possible and i have to be able to edit those email
template easily without wiring up extra code for that.
EDIT: Guys i'm talking about Azure. This doesn't work with the regular
method of loading the Folder of the current running assembly because that
would give you the Azure host process which is located in a different
place.
No comments:
Post a Comment