Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I'm having a windows application (made of VB Script) and Web Application.
Now in mentioned Web Application, Can I create a Web Service which will call windows App functions and execute the functionality in Windows App and returns the result to my Web App.

Agenda here is create a Web Application and make use of existing Windows application functionality execute in it and show the result back in Web Application.
Posted
Comments
Sandeep Mewara 22-Apr-13 7:46am    
Web application + Windowns application + Web Service - How do you plan to connect them? How will web service automatically call a windows app?

1 solution

It makes no sense at all.

Client side? It is fully executed inside browser which has nothing to do with your .NET code; it can only execute JavaScript and render content standardized under W3 standards. Server side? With .NET, you can run the Windows application on it, but who is going to look at the UI? And it would simply block your server-side processing.

Forget it. Instead, learn how HTTP and Web work; this question suggests you don't have a clue.

—SA
 
Share this answer
 
Comments
K. Anil Kumar 23-Apr-13 1:15am    
Thanks for the Comments and Suggestions Sergey :)
Sergey Alexandrovich Kryukov 23-Apr-13 1:18am    
You are welcome. I think you should accept this answer formally (green button). I can assure you that there is nothing else you can do with this idea.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900