CRM 2011 – Free 30 day trail – great way to demo to customers

Microsoft are offering a free 30 day trial of CRM 2011 online.   This is a great way to not only demo to customers CRM 2011 but also to allow potential customers to sample CRM 2011 and quickly put some of their own data in and see if it can satisfy their needs for a CRM system.  The Company I work for Crimson Ltd have recently used an online version of CRM 2011 to show potential customers how their CRM might look.  We have done a quick day’s development to modify the vanilla CRM, add in a few custom entities and workflows.  The cusotmer then has a chance to see what CRM is like and import some data.  It allows the customer to have a good play around with CRM 2011 and see what it can do and if it’s a good fit for their company.

With the 30 day trial it doesn’t cost anyone any money.  If you are interested in the 30 day free CRM trial then you can find out more information here.  I would say it’s beneficial to get some help from a Microsoft gold partner so they can quickly help the customer to modify the initial CRM 2011 Installation.  I think it would be in Microsoft’s interest to help people taking up this offer to get someone local to help the interested party to setup their initial system.

I think the 30 day trial is a great idea for the following reasons.

  • it is well suited to CRM 2011 because CRM 2011 has a lot of quick wins which can get users excited like dashboards, quick reporting, document management.
  • CRM 2011 looks better than CRM 4.  CRM 4 was a bit clunky looking where as CRM 2011 has smoothed some of the edges.
  • It’s a great way to show how easy it is to use CRM 2011 online, Itis also a lot cheaper for some small customers to use the online version because they don’t need to buy any hardware.
  • The user can customize their trail version of CRM 2011 as much as they want.
  • With CRM 2011 the solutions enhancement means you can easy export all the changes you have made with the trial version.  So if you decide you want to have an on premise version you can easily import the changes.  You can even export the changes and then import them later in the year if you don’t want to use CRM 2011 straight away
  • It means companies don’t have to use their own servers and CRM installations to demo to users what their solution might look like. You also don’t use up any of your CRM licences.
  • Gold/silver partners get an amount of free licences for the cloud, so why not use them.
Advertisement

Remote Debugging in ASP.NET

For the 70-515 .NET 4 web certification there is a chapter on debugging your web projects.  This is a pretty useful thing to know about.  In fact the last chapter I read was about setting up profiles in web sites/web applications which I also found quite useful.

I have never really done any remote debugging of web applications so it is a useful tool to understand.  Usually I prefer to run a test program on my machine which connects to the data but I appreciate there will be occasions where that isn’t possible.

I also had some problems today when.the visual studio wasn’t ran as administrator.  Although I set up Visual studio to run as an administrator, it didn’t seem to do this if you open it by clicking on a project file.

I have found a couple of good articles about setting up remote debugging

http://www.codeproject.com/KB/aspnet/IISRemoteDebugging.aspx

How to:setting up remote debugging

I have also found a couple of interesting youtube videos on the subject

http://www.youtube.com/watch?v=EEp6VqUg2WE

http://www.youtube.com/watch?v=zVC3vvuauqA&feature=related