Is it necessary to create a Windows application or Web
application to test a Web service ?
Is it must to consume this service?
Answer Posted / ninad
No, not necessary, to test a web service it provides HTTP-
GET method to test.
That too the web service comes with a test page.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are cookies in asp.net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
In which event of page cycle is the viewstate available?
How can we inherit a static variable?
Describe the method to create a permanent cookie?
What is Web API?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Why do we use web config?
What does session_start () do?
What is the default authentication mode for asp.net?
What is meant by asp.net?
what are the web form events available in asp.net?
Explain how viewstate is being formed?
How would you enable impersonation in the web.config file?