WCF host in windows service: cannot get wsdl
i've a windows service that hosts a WCF service with basicHTTPBinding. In test everything goes right, when i deploy the win service on a Window Server 2003, service hosts correctly wcf, I print out endpoints in tracing, they're correct, but when i ask for wsdl using the address that service exposed (i.e. http://mybaseaddress/?wsdl) i get a dns error, i cannot get the page!
Where i fail? I miss something? If i host the wcf with a console app, using the same config file, i can g开发者_Go百科et the wsdl without problems!
Thank you in advance Michele
Sorry guys,it's monday! I've found the solution, was under my eyes!!
Here the post that save me!
This question can be closed!
精彩评论