单项选择题
A.@ MasterType B.@ Master C.@ PageType D.@ MasterPage
A.Add the following configuration to the section of the web.config file. B.Add the following configuration to the section of the web.config file. C.Add the following @ Page directive to pages that query the database. D.Add the following @ Page directive to pages that query the database.
A.Remove line 01. B.Add the static modifier on lines 05 and 11. C.Add the following attribute before line 10. [SoapDocumentMethod(Action="GetProductById")] D.Modify the attribute on line 10 as follows. [WebMethod(MessageName="GetProductById")]