You could just put it into another web project. This works fine with IE 10, but Chrome will blow up. I think it has something to do with cross domain configuration (and lack thereof). Do yourself a favor, and stick it in the MVC project, and remember to add this to your RegisterRoutes method:
routes.IgnoreRoute("YourAjaxEnabledService.svc/DoWork")
No comments:
Post a Comment