具有 EnableSession=true 属性的 Web 方法
我有一个 ASP.NET 3.5 Web 应用程序,其中使用了许多 PageMethods。 WebMethod(EnableSession = true),该属性是否会影响应用程序的性能?
I have a ASP.NET 3.5 web application in which I have used many PageMethods.
WebMethod(EnableSession = true), does this attribute hamper the performance of the application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能不会。在将复杂数据类型(例如 DataSet)存储在会话中之前,性能开销根本不明显。
Probably no. The performance overhead isn't noticeable at all until complex datatypes like DataSet's are stored in the session.