I have some files whose sole purpose is to be copied to the bin folder in a deployment. After built & deployed, these folders can be deleted from the web role.
Is there a way to automate this? Possibly with a startup task? What would the startup task look like?
Update 1
@Richard, thanks this is good info. I remember there being 2 folders, siteroot and approot. Will try just deleting the folders during App_Start.