Hi
I wrote WCF duplex service
. This service work Fine in Visual studio but when I publish this service and put it on IIS , Service don\'t answer to an
First of all Duplex is bad (really bad) but I am not gonna blabber about that since you have made the decision to use it.
The main problem I can see is security. I am sure windows eventlog will tell you stories on this - just check the errors on security log. By default, IIS application pools are not allowed to communicate with other machines. You did not mention that you have specifically done anything about it so I assume it is all default. Just change the Identity of the App Pool to an admin user (al thought not recommended for production) and I think you will see your problem going away - I just guess.
OFF-TOPIC: WHY DUPLEX IS BAD