hi all i have the next problem. i have wcf services hosted on discountasp. but i have situation when service works good from alternative url and it is not found by our domain name. i read that it has something to do with conflict of silverlight enabled service and different host names. question is how can i look for existing host name in iis and if i can changed it? did somebody has such a problem? thanks in advance
There should be no duplicate host names in the server. They are all unique and should only exist on that specific account. What is the error message you are getting?
i got 404 that service is not found. maybe i have to make special setting for service, but i dont know what exactly. here http://treuhandpoo.eweb701.discountasp.net/LoginService.svc - by alternative link, is ok. http://www.treuhandtools.ch/LoginService.svc - by main link what we need to use, 404 not found.
It probably means that there is a file or component it cannot find. Some applications call out external files for code behinds or master templates. When the page calls on these files and cannot find it, it will also give a "The resource cannot be found." error.