When I try to publish my ASP.NET app to Azure, I get the
"The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
error. I see quite a few questions about this and most people are suggesting that we edit the publish profile XML file. I followed some of the suggestions here: Website publish failing due to file path being too long
The problem is that whatever I enter, VS 2015 seems to be using another temp folder path.
Is there some global file I need to edit as changing the publish profile for my app doesn't seem to change/override a global setting.