Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
I am working on a project where I want to build a client and server .The server contains a web based application built in .net.All that I want to do is run this application from another PC,i.e,client.What is needed to be done???

Please help me.


Thanx

Regards

Bhagyashree
Posted

You need to setup IIS on the machine serving the web app.
 
Share this answer
 
Comments
Bhagyashree Shivade 7-Mar-11 5:50am    
hi John

I am having IIS on server.Now how to run app from client??
#realJSOP 7-Mar-11 6:16am    
You have to access the app with a web browser, like IE or Firefox...
According to me you should adapt this architecture.

for server create a WCF project or a webservice and expose different endpoints.

And client can be location independent and language independent, and can add the WCF or Webservice as a service reference and can make request.

On server Our service will respond to reqeust and send response.

I think you should go with WCF only. Because if tommarrow you want to use this application in inside firewall using TCP protocol you can not do that using Webservice. And it provide more features.

Wcf alone can be hosted user IIS so you need IIS configured.

I think my design should fit perfect according to your requirement. If need any help Please let me know. Correct me if I am wrong.

Thanks
 
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