This is a discussion on What are the situations we have to use a Web Service and Remoting in projects in asp. within the ASP and ASP.NET Programming forums, part of the Web Development category; What are the situations we have to use a Web Service and Remoting in projects in asp.net?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi Well “Web services” uses “remoting” concepts internally. But the major difference between “web service” and “remoting” is that “web service” can be consumed by clients who aren’t .NET platform. While remoting you need the client to be .NET compliant. Regarding the speed issue “Remoting” is faster than “Web Services”. So I think when deciding the architecture side of choosing between “Web services” and “Remoting” keep the crossplatform issue and the speed issue in mind. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LDAP server in Java WEb projects? | saravanan | Java Server Pages (JSP) | 0 | 03-21-2008 03:59 AM |
| .NET Remoting | S.Vinothkumar | C# Programming | 14 | 10-04-2007 07:41 AM |
| WM 6 emulator not accessing web projects on my machine :( | theone | Windows Mobile | 1 | 07-27-2007 05:45 AM |
| Which is the best place to store connectionstring in .NET projects ? | sundarraja | ASP and ASP.NET Programming | 1 | 07-21-2007 01:18 AM |
| How do you handle this type of situations | vadivelanvaidyanathan | Software Testing | 0 | 04-06-2007 11:19 PM |