adspace


Do we have to use the relative addresses when hosting in the iis or the absolute addresses? Why?

Answer Posted / Km Anjali Chaudhry

When hosting a WCF service in IIS, you should use relative addresses instead of absolute addresses. This is because IIS rewrites all URLs to start with the application's root URL. Using relative addresses ensures that the correct endpoint address is used when clients call the service.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

904