MEDRIO interview question

How do you enable WCF services for ASP.net forms for ajax calls?

Interview Answer

Anonymous

10 May 2012

you add the following attribute to the service: [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]