Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
One of my projects require communication with Dynamic CRM 5.0 based system from ASP.NET 4.0 based portal. What design patterns could be used to integrate ASP.NET 4.0 and DCRM 5.0

Also, will there be any mapping layer required between the two to deal with uncommon data types between the two?

Moreover,will there be any need of load balancing (web farm ) for 6000 to 7000 total number of external users (ASP.NET 4.0 portal users)

Thanks.
Posted

1 solution

Take a look at these pages Microsoft Dynamics CRM SDK[^] - A web service, as in Web Service Walkthroughs[^] is probably your best choice - think in terms of operations, and only expose what is strictly required.

"Moreover,will there be any need of load balancing (web farm ) for 6000 to 7000 total number of external users (ASP.NET 4.0 portal users)"
Depends on the workload - not the total number of users, so your milage will definitely vary ...

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Simon Bang Terkildsen 15-Oct-11 17:03pm    
+5
Espen Harlinn 15-Oct-11 17:04pm    
Thanks Simon!
Er. Puneet Goel 8-Jul-14 6:18am    
If you found it solution to your query, do mark it as solution.
Help The Community.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900