If running multiple ASP.NET applications in the same application pool, how many instances will I have of a class\' static variable?
I know that every static variable lives for the lifetime of the App Domain.
So based on that, it will live per application pool process.