This is what worked for me. In config file
< serviceHostingEnvironment multipleSiteBindingsEnabled="true" />
< / system.serviceModel >
If it is set to false, I was getting that crazy computername substitution.
multipleSiteBindingsEnabled="true"
seems to be all that I have to do for this to work as it should.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…