I wrote a web service method like bellow and published to my web service,
now the question is when i remotely connected to my IIS running web server and open up my web service and open my web method and click on "invoke" button.,..it wont show me the results on the browser itself....it just stays.....on the Invoke screen ..is there any reson forthis ? but if i write a program which calls this perticular web service method i can get the result back..... from the client side
i am stuk...i want to find outthe reason.. is there any settingsi need to change on IIS ?

<WebMethod()> _

Public Function Ping() As Boolean

Return True

End Function


thanks
ergards
sukavi