Without recording the functions how could it possible for me to run the script. It is throwing internal server error.. More over do u have any idea of testing the application wit VSTS? ... Which one is preferable... VSTS r Loadrunner??
There are some internal function which you cant use in load runner... I suggest check the microsoft for testing and performance issues. Already I sent you article on performance measure.
The performance of your CRM implementation is one of the key factors for customer acceptance. There are multiple options available for optimizing your system. Here's a list to get started:
Some more tips: - Do NOT virtualize your SQL Server. - Run CRM from a computer with a physical network connection instead of wireless. - In your code use as least webservice calls as posssible. - Look in the implementation guide on how to cluster your SQL Server and/or load balance your webserver. - If requirements allow you to do so, run the callout code asynchronous. In the callout just create an MSMQ message and create a windows service which listens to this MSMQ and execute the code. - In imports and migrations, try to disable as many workflows and callouts as possible.