Possible Duplicate:
What is the 'page lifecycle' of an ASP.NET MVC page, compared to ASP.NET WebForms?
I will appreciate if Gurus Out there can point me to ASP.Net MVC Life cycle. I am interested to know what happens once a request comes and a response is sent and where does ControllerFactory comes in picture. this will help me to understand the hooks and extension point to MVC. All pointers are appreciated.
P.S. Is there any way I can step into code and see how the Factories are being used to create instance.
Thanks