You need to publish your website to an IIS server that is hosted on your intranet.
In other words, you need to have a computer that is set up to be a web server. This machine has to have IIS installed on it. Once you've installed IIS you need to set up a new "web site" that will be where your published web application will be hosted.
Once you've created a website for your web application on the web server publish your web application and move the files generated by the publish to the website.
Once you've done this you need to make sure that the firewall for the web server allows other computers to access the website.
Comment