我可以将远程处理配置放在 web.config 中吗?
我有一个 ASP.Net Web 应用程序,它与 .Net Remoting 应用程序服务器交互。作为其中的一部分,是否可以将远程客户端配置放在 Web.config 文件中?如果可以的话,可以怎样做呢?
I have an ASP.Net web application, which interacts with .Net Remoting application server. As part of this is it possible to place Remoting Client Configuration in Web.config file? If so, how it can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以将其放在 Web.config 中。
查看当远程客户端是 ASP.NET 时配置 .NET 远程
和 ASP.NET 配置 Web.Config 文件元素
Yes you can place it in the Web.config.
Have a look at Configure .NET Remoting When the Remoting Client Is an ASP.NET
and ASP.NET Configuration Web.Config Files Elements