What should you do?

You create an ASP.NET application by using the .NET Framework 3.5.

The application must be deployed by using the http://www.contoso.com/ URL. The application contains several Web forms.

You plan to implement Really Simple Syndication (RSS) feeds functionality. The RSS feeds will be consumed by using the http://www.contoso.com/News.rss URL.

You need to ensure that the application displays the RSS-formatted information when accessing the specified URL.

What should you do?

You create an ASP.NET application by using the .NET Framework 3.5.

The application must be deployed by using the http://www.contoso.com/ URL. The application contains several Web forms.

You plan to implement Really Simple Syndication (RSS) feeds functionality. The RSS feeds will be consumed by using the http://www.contoso.com/News.rss URL.

You need to ensure that the application displays the RSS-formatted information when accessing the specified URL.

What should you do?

A.
Create a Web form named News that releases the RSS feeds. Rename the Web form file by using the .rss extension.

B.
Create and register a custom HttpHandler class that releases the RSS feeds. Associate the HttpHandler class to the .rss extension. Create and register a custom HttpModule class.

C.
Create an event handler for the BeginRequest event that releases the RSS feeds. Create an ASMX Web service component named News.

D.
Create a Web method in the Web service that releases the RSS feeds. Implement the Web service as a REST service. Rename the Web service file by using the .rss extension.



Leave a Reply 0

Your email address will not be published. Required fields are marked *