Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a list of web methods in my c sharp asp.net page.And I call them via ajax call using Jquery.
for example I have a web methods with this url http://localhost/TestMethod.aspx
and I access it through ajax call it works fine
but if you type http://localhost/TestMethod.aspx[^]
it will shows you a list of service and allows you to access them
my question is that how can I prevent my web methods to access them in that manner

thanx in advance .
Posted
Comments
ZurdoDev 13-Jul-13 22:12pm    
I don't think you can. They are public so that you can get to them. In fact Jquery is doing the same thing as if a user browsed to it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900