If you have Internet Information Servers (IIS) installed on your machine, you can host your application as a Web site there. Other computers on the network can access it using http: // <nome do seu computador>
/ SiteName.
To test if IIS is installed open the browser and go to http://localhost
.
IfyoudonothaveIISinstalled,here'showtoenableit: link
To learn how to create a website in IIS, take a look at this link:
link
Another option is you publish your application directly through Visual Studio , see this article with a step-by-step guide: link