Microsoft
70-519 · Question #57
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?
The correct answer is A. Configure IIS to map all requests to aspnet_isapi.dll by using a wildcard script map. See the full explanation below for the reasoning.
Question
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?
Options
- AConfigure IIS to map all requests to aspnet_isapi.dll by using a wildcard script map.
- BConfigure IIS to map all requests to aspnet_wp.exe by using a wildcard script map.
- CModify the Web application to route all requests to an HttpHandler class.
- DModify the Web application to route all requests to an HttpModule class.
How the community answered
(28 responses)- A71% (20)
- B18% (5)
- C4% (1)
- D7% (2)
Community Discussion
No community discussion yet for this question.