GIAC
GSSP-NET · Question #273
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. The…
The correct answer is C. Use an HttpModule object. GIAC GSSP-.NET Exam
Secure Deployment and Configuration Management
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. The application is hosted on Microsoft Windows Server 2008. Only FTP access is available to the server. You need to improve the searching of the pages in the search engines by taking action to URLs that do not have an .aspx file extension. You must ensure that all pages as well as static content can also be requested. What will you do to accomplish this?
Options
- AUse an HttpHandler object.
- BUse a Request object.
- CUse an HttpModule object.
- DUse an ISAPI filter.
How the community answered
(25 responses)- A16% (4)
- B4% (1)
- C72% (18)
- D8% (2)
Explanation
GIAC GSSP-.NET Exam
Topics
#HttpModule#request pipeline#URL routing#ASP.NET
Community Discussion
No community discussion yet for this question.