Ok so I have configured my WCF service and its all running fine.
Just one quirk that I cant figure out.
I have defined my base address:
eg. <add baseAddress="http://localhost:8000/EOSS/"/>
Now if I use http://localhost:8000/EOSS/
it works fine. However if I drop the / to http://localhost:8000/EOSS
it doesn't work.
Is there any way to get both to work?