NET FRAMEWORK project I wrote these steps in powershell to access Localhost from other devices (IISEXPRESS-PROXY):
npm install -g iisexpress-proxy
npx iisexpress-proxy localPort to proxyPort
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
iisexpress-proxy http://localhost:56794 to http://192.168.1.103:3000
but I get this error:
[![> iisexpress-proxy : The term ‘iisexpress-proxy’ is not recognized as
the name of a cmdlet, function, script file, or ope rable program.
Check the spelling of the name, or if a path was included, verify that
the path is correct and try again . At line:1 char:1
- iisexpress-proxy http://localhost:56794 to http://192.168.1.103:3000
+ CategoryInfo : ObjectNotFound: (iisexpress-proxy:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException][1]][1]