When I publish MVC application in filesystem, it published successfully. When I dumped into server and tried testing the code it is giving the error. App_global.asax.dll is not present.
I tried below links, it didn't help:
I don't want to precompile code while publishing.
1. App_Global.asax.compiled and App_Global.asax.dll missing? WebApi .NET 4.5 project
2. Global.asax not firing for Release build
3. global.asax works on local computer but not after i publish to server
The publish settings are as below :