Hi Denis,
Actually that's what we did, we have two Web Project, one is a Administration Site and the BOS.
The client application is a Windows Form Application that access some service of the Administration Site and uses Devforce in data manipulation.
We successfully access the services in the Administration Site (native WCF service with EF4 Code First) but we we're not able to connect to the BOS.
Both sites resides on the same host. 192.168.0.15
Example:
http://99.99.99.99/AdminPortal.Web/Services/SampleService.svc can be accessed publicly and we were able to connect to the service
http://99.99.99.99/BusinessObjectServer.Web/EntityServer.svc can be accessed publicly but I don't know why we can't initialize our EntityManager using this kind of Setup
Can you shed some light one what we're doing wrong here?
Note that without this IP Forwarding mechanism, we don't experience problem in connecting to BOS.
Regard,
Von