c# - WCF service httpcfg issue -


we have situation have wcf service generates custom excel reports clients. service hosted in windows service , uses net.tcp bindings.

we have redeveloped service add http binding asp.net clients can utalise of basic functionality without authentication.

this works fine in our development environment, when deploy uat, service cannot open http port , define mex endpoint. have limited access uat, , pre-existing service before took on project, not sure issue is.

i know can run httpcfg on server , define endpoint passing sid of functional account. there anyway can list endpoints have been defined on system? if list these, compaire our uat , dev environments make sure there isnt inconsistancy in endpoints have been defined. if case, save having figure out if issue lies group policy on uat system.

you try use netsh command.

"netsh http show urlacl" should give nice overview see allowed on http port.

hope helps,


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -