开发者

.NET HttpRequest from 1.1 to 3.5

开发者 https://www.devze.com 2022-12-16 00:25 出处:网络
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 inc开发者_Python百科lude a

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 inc开发者_Python百科lude an HttpRequest as one of the parameters to the webservice, will there be a versioning problem?


There will be other problem - HttpRequest isn't marked as serializable, nor is MarshalByRefObj.

0

精彩评论

暂无评论...
验证码 换一张
取 消