In a core assembly, which is run both in a windows service, and in a web application, I need to store information per user session. The service will have a single user sessi
In web application Assembly.GetEntryAssembly() is null. I use it in two libraries and so far it works great.