This is a migrated thread and some comments may be shown as answers.

Wcf Services hosted outside the website

2 Answers 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mahesh
Top achievements
Rank 1
Mahesh asked on 24 Aug 2012, 04:40 AM
Hi,

We are going to use wcf services to bind appointments in the calendar.

For this we have given

    <WebServiceSettings Path="CalendarService.svc" ResourcePopulationMode="ServerSide" />

Now we are using wcf service hosted inside our website.

So we want to know that whether we can use a webservice hosted separate in IIS? not inside our website?


Thanks,
Mahesh 

2 Answers, 1 is accepted

Sort by
0
Mahesh
Top achievements
Rank 1
answered on 27 Aug 2012, 03:09 AM
Hi,

 Can you please reply for this post.


Thanks,
Mahesh
0
Genady Sergeev
Telerik team
answered on 28 Aug 2012, 02:43 PM
Hi,

Yes, you can use WebService hosted in a different domain as long as the population mode is set to server-side. It is not possible to use client-side resources population with a service that is in a different domain due to a security restrictions.

Regards,
Genady Sergeev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Mahesh
Top achievements
Rank 1
Answers by
Mahesh
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or