Accessing IIS Express from another machine

10.6k Views Asked by At

I want to access the site from another machine, like 192.168.1.11:10369

I found a solution for it, that is: http://bendetat.com/access-iis-express-from-another-machine.html

It's working well if I run the project in Web Matrix
But doesn't work from Visual Studio and showing Error Bad Request.. http://prntscr.com/ifz2jq (But it is working fine as http://localhost:10369/)

What should I do.. so that it can work from VS through IP address, as it is working good in web matrix and localhost/

1

There are 1 best solutions below

0
Hazz On

Try like this:

iisexpress-proxy 8080 to 3000 

source: stackoverflow.com/a/29971694/11600278