what are the differences between windows services and web
services?
Answer Posted / rajesh kumar
Window services is a long running executable application
with is run in its own window session.Window services have
the ability to start when the computers boot and it can
manually handled.We can Manulay start,stop,pause window
services.
Webservices is a business logic Components which provide
functionalatily via internet.The funcanality provided by
Webservice can be used by any application irrespective of
the progamming langauge,Hardware platform and Operating
System on it is running.Webservice uses SOAP in ordr to
Expaose the Business Funcationality to world.
| Is This Answer Correct ? | 44 Yes | 2 No |
Post New Answer View All Answers
What is asp according to you?
Explain about secure socket layer?
What is the asp.net mvc folder conventions? : asp.net mvc
What is asp.net web application?
What is mta?
What is the difference between server-side scripting and client-side scripting?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What do you mean by caching in asp.net?
What is protected configuration?
What is the difference between web.config and machine.config in ASP.NET?
What is anonymous authentication?
What is a web farm?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is jade template engine?
Explain about ASP.NET?