nerdexam
GIAC

GSSP-NET · Question #393

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You have recently finished the development of an ASP.NET Web…

The correct answer is A. Create and register a custom HttpHandler class that releases the RSS feeds. D. Add the HttpHandler class to the .rss extension. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 3.5. The application must be deployed by using the You need to implement Really Simple Syndication (RSS) feeds functionality. The RSS feeds will displays the RSS-formatted information when accessing the given URL. What will you do to accomplish this? Each correct answer represents a part of the solution. Choose two.

Options

  • ACreate and register a custom HttpHandler class that releases the RSS feeds.
  • BCreate a Web form named Updates that releases the RSS feeds.
  • CCreate an ASMX Web service component named Updates.
  • DAdd the HttpHandler class to the .rss extension.
  • ECreate and register a custom HttpModule class.

How the community answered

(50 responses)
  • A
    82% (41)
  • B
    10% (5)
  • C
    2% (1)
  • E
    6% (3)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice