
Previous questions1)What is the default mapping logic used by ASP.NET MVC ?Ans)The default mapping logic used by ASP.NET MVC is as follows :-/[Controller]/[ActionName]/[Parameters]For example,controller = "Home", action = "Index", id = UrlParameter----------------------------------------------------------------------2)What is difference between Web site and Web application ?Ans)Both function and perform similarly, but still differ in following ways.Web application:a) We can't include c# and vb page in single web application.b) We can set up dependencies [...]