way to call a function from remote computer
-
Hi Dear Is there any way by which i can call some function from remote computer to my asp page. I mean I have to pass some argument to the function which is on server.is there any way to call it.I tried it by making it's dll file and registering it and calling it in asp.but i was not succeed it show invalid program id.error in asp.tell me the another way. thanks try to be the best... whereever you go,
-
Hi Dear Is there any way by which i can call some function from remote computer to my asp page. I mean I have to pass some argument to the function which is on server.is there any way to call it.I tried it by making it's dll file and registering it and calling it in asp.but i was not succeed it show invalid program id.error in asp.tell me the another way. thanks try to be the best... whereever you go,
-
create a web service on your server and call the funtion inside the web service I'm not an expert yet, but I play one at work. Yeah and here too.
Actually I m having too much load on my web server.so i don't want to create web service.any other way. try to be the best... whereever you go,
-
Actually I m having too much load on my web server.so i don't want to create web service.any other way. try to be the best... whereever you go,
well a web service runs the method and dies so its not that much of a load. Web services wrap remoting so you could open a port, then create a remoting server. Just look up remoting. As far as dev time is concerned a web service is easier. This article compares the 2: http://www.developer.com/net/net/article.php/2201701[^] I'm not an expert yet, but I play one at work. Yeah and here too.