thinkinterview » interview questions » .NET
« Previous

.NET Interview Questions

next »
question

What would be key requirement to make ASP.NET web application an ASP.NET Web Services?

  • 1. Have one or more WebMethod
  • 2. Web Services processing directive.
  • 3. WebMethod attribute attached to each publicly available method
  • 4. Containing .asmx file

Next Queston » How you would make your web services to participate in transactio...

How you would make your web services to participate in transaction?View full queston »


Posted in: .NET(40) |