Oak

Oak

  • NA
  • 1
  • 768

Localhost:port on tfs

Sep 23 2014 1:46 PM

Hello,

I created web api and call it from mvc controller. I need place it to tfs.

A line of code (below) works fine on my computer.

client.BaseAddress = new Uri("http://localhost:55555/");

However if I move it to tfs, localhost:55555 may give an error.

How should I deal with it?

Thank you.