thinkinterview » interview questions
« Previous

interview Questions

next »
question

How you can verify the result of your ASP.NET web services?

  • 1. Calling the web services through browser.
  • 2. Use web services object browser to invoke a particular web method.
  • 3. Use visual studio debugger to step through the code.
  • 4. Create ASP.NET web application and consume your ASP.NET web service.

Next Queston » What all steps are required to create an application to test your...

What all steps are required to create an application to test your ASP.NET web services?View full queston »


Posted in: .NET(40) |