Accessing IIS Express from another machine [duplicate]
Asked Answered
L

1

7

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/

Look answered 17/2, 2018 at 11:24 Comment(1)
IIS Express doesn't accept connections from other machines, but you can use our free VS extension called Conveyor to get around that. marketplace.visualstudio.com/…Emergence
L
-1

Try like this:

iisexpress-proxy 8080 to 3000 

source: https://mcmap.net/q/73476/-how-to-enable-external-request-in-iis-express

Loupe answered 13/12, 2020 at 16:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.