I wan to open my asp.net mvc website in another PC by using: "http://163.155.xxx.xxx:49397" I added these codes in my iis applicationhost.config file, but this does not work, any idea?
<site name="PerfM" id="3">
<application path="/" applicationPool="PerfM">
<virtualDirectory path="/" physicalPath="C:\Users\Documents\Visual Studio 2012
\Projects\PerfM\PerfM" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:49397:163.155.xxx.xxx" />
</bindings>
</site>