Is it possible to use IIS Express to host pages on a network. Out of the box it can do localhost but I am trying to bind it to an IP address.
|
feedback
|
|
I think you can. To do this you need to edit To start iisexpress, you need administrator privileges | |||||||||
feedback
|
|
In order for IIS Express answer on any IP address, just leave the address blank, i.e:
Don't forget to restart the IIS express before the changes can take place. | ||||
feedback
|