.NET Development
Simplest way to change the port in which a .net project runs
Gravatar is a globally recognized avatar based on your email address. Simplest way to change the port in which a .net project runs
  Alejandro A Sosa
  All
  Mar 19, 2024 @ 05:03am

Hi,

I have two versions of .net project, the newer one with some problems. I'd like to trace them at the same time in the same pc, but can't do it because they both use the same root path and port.

What would be the simplest way to change the port of one of the projects so they can run at the same time?

Thank you very much,

Alex

Gravatar is a globally recognized avatar based on your email address. re: Simplest way to change the port in which a .net project runs
  Rick Strahl
  Alejandro A Sosa
  Mar 19, 2024 @ 11:53am

You can change the port in your LaunchSettings.json file.

+++ Rick ---

© 1996-2024