wcf - Must use exact identifier for APP object with verb SET -
i'm next this article on allowing wcf read info msmq getting error command
appcmd set app "msmq/msmqservice" /enabledprotocols:net.msmq
msmq name of iis hosted website , msmqservice name of .svc file.
the error
error ( message:must utilize exact identifer app object verb set. )
here site looks in iis
@sachin, trying perform running command set net.msmq in enabled protocols of virtual directory. in specific command msmqservice name of vdir under web site msmq. if create vdir name msmqservice , execute command command succeed (not svc file name). , svc files should have .svc extension iis able invoke appropriate handlers when request arrives.
alternatively can same thing in iis ui next these instructions:
inetmgr run prompt go web site msmq navigate vdir msmqservice. right click -> manage application -> "advanced settings..." notice setting named "enabled protocols". type in net.msmq there. nail ok. wcf msmq
No comments:
Post a Comment