1
Do I need a registered domain to be able to consume a WCF on an IIS server? Can’t just use the server IP?
1
Do I need a registered domain to be able to consume a WCF on an IIS server? Can’t just use the server IP?
0
Yes, you can only use an IP to consume a WCF service on IIS, domains are nothing more than a friendly way if you get to the IP by means of redirects, then all you can access by a domain you can also by IP, is clear as long as there is no blockage.
Browser other questions tagged iis wcf
You are not signed in. Login or sign up in order to post.
What error did you get? Anywhere you can use a domain, you can use ip directly (as long as it is configured correctly). But I would recommend using noip for this purpose.
– Mansueli