Wednesday, April 1, 2009

Dynamics CRM Installation and 404 Error From PlugIn

This is my first CRM Project going for Production. We had everything working fine with our development server which was a On-Premise Installation. While our Installation On Production was giving a 404 Error while Executing code from Plugin.

In Production enviroment the host name was different from the machine name, so the webservice (crmService.Execute) was giving an 404 Error.

I added the bindings to 127.0.0.1 for CRM WebSite for localhost, that fixed my problem based on this tip from Bill Owens Blog.

http://billoncrmtech.blogspot.com/2008/07/plug-ins-error-out-when-crm-is-not-on.html

No comments:

Post a Comment