Or any other web application... simply change the paths in the configuration file.
When doing demo's in a virtual environment as VPC it's pretty nice to have some sort of tool to pre-hit your application. I have made a simple console app that will do this for you. Run the application before doing a demo/presentation to activate just-in-time compilation and hoppfully everything goes faster since your clicks (requests) will at least be the second one.
The difference with this one compared to other CRM cache tools are:
Path to webserver including protocol (http or https)
<add key="DefaultServer" value="http://stockholm:5555/" />
Path to in this example CRM webserver files are located
<add key="FilePath" value="C:\Program Files\Microsoft Dynamics CRM\CRMWeb\"/>
Filter on extension like *.htm, *.aspx, *.asmx
<add key="FileEx" value="*.aspx"/>
0 = Traverse as long as possible, 1 = Stay in current (FilePath) folder only, 2 = Two levels ect
<add key="FileDepth" value="0"/>
Installation
I will in my next blog post attach the source code for the project.
This posting is provided "AS IS" with no warranties, and confers no rights.