My web service tests fine on localhost - so off to the real deal! Can someone help me make sense of the things I need to check and set. I want to know how to use the web.config for the baseAddress if needed, settings in the app.config on the web server.
<service name="WebServEnc.ServLib.Service" behaviorConfiguration="MyServiceTypeBehaviors" >
<!-- Add the following endpoint. -->
<!-- Note: your service must have an http base address to add this endpoint. -->
<endpoint contract="WebServEnc.Servlib.IServ" binding="basicHttpBinding" address="http://mysite.com" />
</service>