Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
i have an winform application and i want to connect it to my web server so that my application can be used by several users at a time.
Posted
Updated 7-Aug-11 17:50pm
v3
Comments
RaisKazi 19-Jul-11 12:32pm    
Question is unclear. Can you describe exactly what you want to do?
theanil 19-Jul-11 12:37pm    
i have changed my question...
R. Giskard Reventlov 19-Jul-11 13:02pm    
Is the application a webforms (ASP.Net) or winforms application? You are not very clear.
CS1401 8-Aug-11 1:14am    
he clearly specify that is winform . no problem in his question.
R. Giskard Reventlov 8-Aug-11 3:16am    
LOL: good spot! Must have been asleep! :-)

if you have a winform and you have a server that is another layer of your system, you should use webservices to interact between clients and the server.
 
Share this answer
 
Hi, you can create an web service to call that windows application, and your main web application references to that web service and call it via soapclient :)
 
Share this answer
 

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