0
votes
0answers
209 views

Asp.net MVC requests in different Application Domains

Can anyone explain me how MVC handles requests? I have a MVC Web application, and I had some issues with that until I tried to check in which AppDomain runs each request. There is strange thing(for ...