.NET HttpRequest 从 1.1 到 3.5
我们必须使用 ASP.NET 应用程序,一个在 1.1 中,一个在 3.5 中。为了将错误记录在同一位置,我们将创建一个 1.1 应用程序可以调用的 WebService。如果我将 HttpRequest 作为 Web 服务的参数之一包含在内,是否会出现版本控制问题?
We have to ASP.NET applications, one in 1.1 and one in 3.5. In order to log our errors in the same location we are going to create a WebService that the 1.1 app can call. If I include an HttpRequest as one of the parameters to the webservice, will there be a versioning problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
还有其他问题 - HttpRequest 未标记为可序列化,MarshalByRefObj 也未标记为可序列化。
There will be other problem - HttpRequest isn't marked as serializable, nor is MarshalByRefObj.