Author Topic: Gplus for CRM 4.0  (Read 866 times)

Offline a.jay

  • Newbie
  • *
  • Posts: 27
  • Karma: 0
Re: Gplus for CRM 4.0
« Reply #15 on: October 05, 2011, 06:14:27 PM »
Thanks for answer,
there is screenshot of IIS with browse page

why you create gplus under the ISV folder?


Coz according to deployment "Right-click ISV, point to New, and click Virtual Directory..., as shown in Figure 8 on
page 36"...

As I understand, i have to get integration with gplus by reference: http://../ISV/GenesysGplusAdapter/

Humm...by default IIS will try to load a default.htm or default.html files, so if they don't exist you will get that 404 error you are seeing...if you have a different index name then go to the folder settings on IIS and write it down.
To see correct behaviour you can try to open a browser, write the URL and the name of a file that do exists on that filder so you will avoid the 404 error...


There is no "Default.html" file in directory, coz as Genesys says "The default.htm file is included in the DLL's as an embeded resource, as is every other js, html, and graphic file.  So when an htm resource is needed, it is pulled from the ResourceHttpHandler"

CRM runs only without integration GPlus..
« Last Edit: November 03, 2011, 10:05:18 PM by a.jay »

Offline a.jay

  • Newbie
  • *
  • Posts: 27
  • Karma: 0
Re: Gplus for CRM 4.0
« Reply #16 on: November 03, 2011, 10:13:13 PM »
You know, Genesys Support can't help me.. I understand that I have to have "default.htm" or *.aspx, but if there is no files and i have to get it from ResourceHttpHandler, then where is a resolving? ???