AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
please tell me the situation when i should use remoting or webservice. basically what is remoting and why one should use remoting.
Hi, here is a performance comparision. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdadotnetarch14.asp Also, here is an article that may also assist you. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/dotnetremotearch.asp ____________________________ Today is a new day, in a world OF CODE!
Also I should say that I use web services a lot when doing asp.net web pages. For remoting my main reasons for using involve the need of handling events and maintaining session state using a Singleton. ____________________________ Today is a new day, in a world OF CODE!