Hi,
i am facing the exact issue mentioned in the following link
https://community.adxstudio.com/forums/adxstudio-portals/490dbc98-4b8d-e511-93fe-000d3a10c3ea
The only difference is i am using C# instead of VB. i am using CRM online trial and ADX trial. here's my connection string,
<connectionStrings> <clear/> <add name="Xrm" connectionString="Url=https://#####.crm4.dynamics.com; Username=%%%%%%%@#####.onmicrosoft.com; Password=^%$^%$;"/> </connectionStrings>
and portal node look like below,
<add name="Xrm" websiteName="FirstPortal" type="Adxstudio.Xrm.PortalContext, Adxstudio.Xrm"> <websiteSelector type="Adxstudio.Xrm.Cms.WebsiteSelectors.WebsiteBindingAndPathWebsiteSelector, Adxstudio.Xrm"/> <dependencyProvider type="Adxstudio.Xrm.Web.Configuration.DependencyProvider, Adxstudio.Xrm"/> <crmEntitySecurityProvider type="Adxstudio.Xrm.Cms.Security.CmsCrmEntitySecurityProvider, Adxstudio.Xrm"/> </add>
i am newbi to adx and using the following links to guide me through
https://community.adxstudio.com/products/adxstudio-portals/quick-start/
my site binding looks like this
any help will be appreciated
imran
*This post is locked for comments