Hi;

I've developed a wcf service which is accessed by a silverlight
client.

Now I would like this service to be available to an ASP.net
application with plenty of Ajax stuff in it. I've read it's possible
to make the service compatible by adding :

 [AspNetCompatibilityRequirements(
 
RequirementsMode=AspNetCompatibilityRequirementsMode.Allowed)]

to the service contract class.

What I'm wondering is what are the consequences of doing that for my
silverlight client. Is it going to break it ? Can they access the
service using the same endpoints or should I configure it differently
for both types of clients ?

Thanks

Reply via email to