Hi,
I have a little Problem with my apache server.
I installed the module apachedotnet that allows me to host wcf services on my apache (needed for my silverlight applications).
Then i created a virtual directory in my doc root where i mounted the service with aspnetMount.
I can acces the service via localhost/virtualDirectory/Service.svc,
but i cant acces the service via my ip or my host name (192.168.2.25/virtualDirectory/Service.svc)
i get that error:
No protocol binding matches the given address '{192.168.2.25/virtualDirectory/Service.svc}'. Protocol bindings are configured at the Site level in IIS or WAS configuration.
Can anyone help me with this problem?
thx