I am trying to write some logging for unexspected session losses, i'm unsure if its a timeout issue or something is cuasing me to loss my sessions.
Following this questions answer ASP.NET SessionState timeout I would like to write my logging in the Application_End and Application_Error sections, but i am unable to find my global.asax file.
The file or Application_End and Application_Error have not show up in my search.
How can i find my global.asax file or Application_End and Application_Error sections, or where else could i log to record the loss of sessions?
Thanks in advance.