I'm trying add a .asax file into a sharepoint site. I've been following this tutorial: http://spboom.com/sharepoint-development/using-global-asax-with-sharepoint/
It's quite simple but I' m new on web programming, and I didn't understand where I must insert (and how )the .dll file generated by MyAssembly project.
And about the global.asax? Should I just put it into the wwwwroot\etc... dir ?