Search code examples
visual-studioasp.net-coreasp.net-core-mvcvisual-studio-mac

Connecting to .NETCore 3 app from Visual Studio for Mac over LAN


I am trying to access a MVC web app built with .NETCore framework on Visual Studio for Mac over the local wifi.

For Windows, the related question is:

Connecting to Visual Studio debugging IIS Express server over the lan

Edit: This is for the Debug mode of Visual Studio


Solution

  • This is not possible in the current implementation of VS.

    However, VS comes with live share feature. This way the host machine can share the port with the live-shared machine(s) and it can be debugged on any machine.