0

i did an asp.net mvc4 application of project management . I'd like to test it in local network.So i need to know how can i share it in local network and make a machine as a server ( the database will be in it). All the machines are windows8 64 bits .

In my firewall configuration window i have this: im So:

  1. How can i share the application to be visible in the local network?
  2. How can i configure the iis server to accept the share?
  3. If i choose my machine as a server, how can i let the others users modify the database by using this application?
4

1 回答 1

1

There really inst a simple way to answer this, but I did a google search and came up with this link. It provides a fast and easy way to host an intranet site with IIS.

http://social.technet.microsoft.com/wiki/contents/articles/configure-iis-to-host-a-simple-intranet-website.aspx

  1. See the link
  2. See the link
  3. This is more of a DNS issue, but you can always provide the ip address for the end user to test.
于 2013-09-09T13:53:42.197 回答