HI!
Our developers are having issues with Visual Studio accessing Enterprise when using the Debugger and is throwing a CORS error.
Apparently the debugger is generating a new IP address every computer session, which we think is related to the computer having a dynamic IP, not static. But it has been requiring us to manually register each new IP nearly everyday so our Dev's can work, as we cannot register a WildCard domain or a LocalHost domain.
Our questions are:
A) will getting a static IP address for the machine help prevent the regeneration of a new IP for each computer session?
B) If getting a static IP will not work, is there another solution to this we are not aware of?