Web Services Question:
Download Questions PDF

Tell me which property of the WebMethod attribute allows you to maintain the state of objects across sessions in a Web method?

Web Services Interview Question
Web Services Interview Question

Answer:

The WebMethod attribute's EnableSession property enables you to enable session state for a Web method.

Download Web Services Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me which step is necessary to perform before a Web service can be consumed?Listed the names of public properties defined in the WebService class?