>我的web.config文件也有WSE设置会发生什么?
> WCF / net4.0不支持附件,是否需要更改我的asmx webmethod作为数据集返回到正文,这将会工作吗?
>我尝试运行我现有的asmx服务使用数据集作为附件在.net 4.0和它的工作?
>我可以看到asmx文件可以在.net 2010中添加吗?他们还是支持吗?解决方法 是的,您也可以在.NET 4.0中使用ASMX.
引用Dave Ward从他的答复发表评论他的职位在Encosia名为ASMX and JSON – Common mistakes and misconceptions
总结I think WCF is great in situations
where you can take advantage of its
strengths,like when you can use the
tcpBinding mode. However,WCF’s
complexity makes it hard to serIoUsly
consIDer for simple AJAX callback
functionality where a better targeted,
more mature solution already exists.ASMX is by no means deprecated or obsolete,even in .NET 4. That’s actually one of the misconceptions I’m going to cover in this serIEs.
以上是内存溢出为你收集整理的.net 4.0还支持asmx全部内容,希望文章能够帮你解决.net 4.0还支持asmx所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)