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
Try to publish the following files this works for me
App_global.asax.dll App_global.asax.compiled PrecompiledApp.config yoursite.dll
App_global.asax.dll
App_global.asax.compiled
PrecompiledApp.config
yoursite.dll
and as @GabrielG said you have to uncheck precompile during publishing
I hope this help somebody else.