Why are webforms mixed with MVC? Chapter 3.
Hi, I was happy reading chapter 3 until I looked at the source souce of the try-it-out sample. The default.aspx page is a web form and the page_load event does some obscure redirect code. The chapter does not explain why al of sudden it invokes a web form in an MVC project.
Please explain.
|