Monday 27 October 2014

How to access IIS hosted site from another PC with the network

Go to Control Panel
System and Security
Windows Firewall
Advanced settings
Inbound Rules
-Click New rule...
-Provide all the details..
Click on Outbound Rules
-Click New rule...
-Provide all the details..

Now get your local system IP address.
Open Command prompt
Type: ipconfig
Under IPv4 Address, you will see ip number.

Now Open your site using ip address.
Ex: http://127.1.1.1:5656/

Now try above url from another system, he should able to access that..