Hi there,
I’m trying to test remote connections while I’m running wisej app. in VS dev. environment over a company (http://10.0.x.x) LAN.
I understand this isn’t possible without special configuration, and I’ve been trying to use CONVEYOR (https://keyoti.com/products/conveyor/index.html) to do it.
Fyi: Conveyor automatically provides you with a new port number to use with your IP address, and you access the app. using the IP and port.
I’ve had conveyor working at home, but it doesn’t want to play at work.
The app. starts (loader shows), but then I receive “Cannot connect to server”.
Anyone have any experience with Conveyor? or suggest another way of allowing me to connect multiple, remote clients to my app. while in dev. mode?
Thanks
Darren
IIS Express doesn’t allow external connections. VS can debug IIS. Simply change the debug option to use IIS instead of IIS Express.
Please login first to submit.