Dear all, I have been able to port my applications in ubuntu now using the monodevelop. It feels great to work in linux environment, and have literally said bye bye to all virus problems.
Now we were planning to port our webservices in linux environment, and for the same we added following code in web.config <system.webserver> <modules runallmanagedmodulesforallrequests="true" /> </system.webserver> <system.servicemodel> <servicehostingenvironment aspnetcompatibilityenabled="true"> <standardendpoints> <webscriptendpoint> <standardendpoint crossdomainscriptaccessenabled="true" /> </webscriptendpoint> </standardendpoints> </servicehostingenvironment> </system.servicemodel> The code compiles successfully, but when we debug we get following errors. Unrecognized configuration section <system.webserver> Unrecognized configuration section <system.servicemodel> This code was required to enable the webservices to be accessible through Javascripts and jquery. Can you please guide me with implementing webservices and make them accessible through javascripts.. i am able to access the services otherwise, but not through javascripts. It might be because of CORS. Thanks a ton in advance for helping me in the issue. Regards. Abhinav Aggarwal
_______________________________________________ Mono-aspnet-list mailing list Mono-aspnet-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-aspnet-list