hi guys, i need a little help in securing my web service.
I have a
WebApplication1 and WebApplication2
WebApplication2 is having a webservice (Service1.asmx) and i want it that only WebApplication1 is authorized to access Service1.asmx, and no other Application can access it.
please help
thanx in advance.