Deploy ASP.NET WEB application

Hi All,

I have build WEB application that I want to run on local PC - application was developed on one computer and I want to deploy it on another one.

My questions are:

  1. Is it a must to install WEB server on target computer in order to run the application on it?

  2. If the answer on previous question is NO - Can you please advise how to do that?

Thanks in advance

Yossi Ovadia

You need a web server to serve the application, yes. Of course you don’t need a web server on every machine you want to use the application from but just on one machine that is reachable by all clients.