开发者

ASP.NET page load soap calls

开发者 https://www.devze.com 2023-02-24 18:10 出处:网络
I\'m making changes to a number of ASP.NET applications on a dedicated server and am wondering about the potential issues that might occur as a result of this.

I'm making changes to a number of ASP.NET applications on a dedicated server and am wondering about the potential issues that might occur as a result of this. Basically for every page load I will need to make at least one call to a SOAP service on another server to obtain user data process it and render the page.

I may have to make one or two calls to the remote server in the Page_Load event depending on the situation.

The site handles large amounts of traffic on a daily basis and I'm wondering if there 开发者_开发技巧are limits on the amount of outbound connections the site cam make from within ASP.NET. i.e. is it advisable to make as many outbound connections as inbound and how scalable dose this solution sound to be?

Thanks,

C

0

精彩评论

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

关注公众号