通过wcf REST插入大量数据
我有一个 ASP.NET Web 应用程序,其中使用 WCF 4 REST 服务从数据库插入和获取数据。但是,当尝试插入大量数据(例如 1000 名员工的数据)时,我收到错误“意外的文件结尾”。
任何人都可以提出解决方案。提前致谢。
I have an ASP.NET web application where i am using WCF 4 REST services to insert and get data from the database. But when trying to insert large amount of data like data for 1000 employees i am getting the error 'Unexpected End of File'.
Can anyone suggest a solution. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该适用于 REST 服务。
This should work for REST service.
您是否尝试过在 WCF 服务的 web.config 中以及可能在客户端的 App/Web 配置文件中设置最大大小。它需要看起来像这样:
Have you tried setting the Max sizes in the web.config on the WCF services and possibly in the App/Web config file on the client side. It needs to look something like this: