WEB services
C#
2
Posts
2
Posters
0
Views
1
Watching
-
is there is any method to return web services values not from the net and web sites only but return it also from win apps on the web or the network or windows application that is connected to the net ByMindOnlyYouCanDoIt
Web services run in the IIS process and can only be executed within this process. What you're looking to do is called Remoting but it does not use Web Services.