How can I get my global.asax file to publish to our ftp site?
global.asax
I have added a global.asax file to my project (using asp.net with c# from vs2
I had same issue while publishing from vs 2013 and following worked for me
yourproject-->properties-->Web-> Click on Create Virtual Directory. (Even though you created virtual directory before try it again)
hope this helps.