Protect .net Web Service URL
Posted
by Nirmal
on Stack Overflow
See other posts from Stack Overflow
or by Nirmal
Published on 2010-04-08T09:29:03Z
Indexed on
2010/04/08
9:33 UTC
Read the original article
Hit count: 550
Hello All...
I have created Web Service using Asp.net 3.5. Now it's working perfectly in live windows server, and giving me perfect xml while invoking it using some url like :
http://www.somedomain.com/Service.asmx?op=fetchData
Now My question is when I am accessing url like :
http://www.somedomain.com/Service.asmx
it's listing my created web services.
What if I don't wanna list down the available web services to end users.
Thanks in advance...
© Stack Overflow or respective owner