Hello, trying to route the URL of an asmx file in my webforms app, but have had no luck. I implemented the interface listed here, but either get a 500 or 404 error from my Ajax call. http://evolpin.wordpress.com/2012/12/30/net-4-url-routing-for-web-services-asmx/
. Does anyone know of a way to route this URL as site/webservice for webservice.mymethod(params)? Any help is appreciated. Thanks!
↧