What will you do to accomplish this?

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 http://www.ABC.com/ URL. The application has several Web forms.

You need to implement Really Simple Syndication (RSS) feeds functionality. The RSS feeds will be used by the http://www.ABC.com/Updates.rss URL. You must ensure that the application 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.
A . Create and register a custom HttpHandler class that releases the RSS feeds.
B . Create a Web form named Updates that releases the RSS feeds.
C . Create an ASMX Web service component named Updates.
D . Add the HttpHandler class to the .rss extension.
E . Create and register a custom HttpModule class.

Answer: A,D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments