Microsoft Exam Questions

Which approach should you recommend?

You are designing a process for deploying an ASP.NET MVC 2 Web application to IIS 6.0.
You need to ensure that the Web application properly handles Web requests.
Which approach should you recommend?

A.
Configure IIS to map all requests to aspnet_isapi.dll by using a wildcard script map.

B.
Configure IIS to map all requests to aspnet_wp.exe by using a wildcard script map.

C.
Modify the Web application to route all requests to an HttpHandler class.

D.
Modify the Web application to route all requests to an HttpModule class.

Explanation:
need to add wildcard aspnet_isapi
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx