Accessing IIS Express from another machine

om_jaipur picture om_jaipur · Feb 17, 2018 · Viewed 7.8k times · Source

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/

Answer

Hazz picture Hazz · Dec 13, 2020

Try like this:

iisexpress-proxy 8080 to 3000 

source: stackoverflow.com/a/29971694/11600278