WCF 4 部署问题
我想知道我的 wcf 服务 xaml 中的以下属性应该做什么。
sad:XamlDebuggerXmlReader.FileName ="My development machine wcf xaml location path"
1.部署后会影响我的服务吗?
Am wondering what the following attributes in my wcf service xaml supposed to do.
sad:XamlDebuggerXmlReader.FileName ="My development machine wcf xaml location path"
1.Will it affect my service after deployment?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该属性用于指向工作流的 XAML 以进行调试。如果该属性指向无效位置或者该属性被完全删除,则不会导致任何问题。请参阅:
我可以删除属性:XamlDebuggerXmlReader .文件名?
That attribute is used to point to the workflow's XAML for debugging purposes. If the attribute points to an invalid location or if the attribute is removed entirely, it won't cause any issues. See:
Can i remove the attribute:XamlDebuggerXmlReader.FileName?