239.
What is the threading model used for ASP.NET?
View Description
In ASP threading model is Single Threaded Apartment(STA), but in ASP.NET threading model is Multiple Threaded Apartment(MTA).