asmx service with the RadXmlHttpPanel
Ok, I have a folder off root called Custom...that custom folder has my asmx file which the RadXmlHttpPanel points to.
So then in my template I plop on the control which uses it...everything seems okay
When I try and run the public page w/out being logged in the service always fails...then if I log into the site, service works again.
Is there something I'm doing wrong?...does something need to be opened?
Hi Steve,
I created a web service and placed the asmx file inside a folder in the root of the website. Then I called a webservice method from a simple user control and it returned the correct result.
Please check whether you use some methods in your web service that uses our API where you should have some access rights - view, create, modify etc and you need to grant anonymous user with permission rights or suppress the security check.
Regards,
Ivan Dimitrov
the Telerik team