239.

What is the threading model used for ASP.NET?

In ASP threading model is Single Threaded Apartment(STA), but in ASP.NET threading model is Multiple Threaded Apartment(MTA).