I'm a newbie when it comes to web apps. I have created some web services methods, and I'm wondering how to make sure only valid users can access them.

For example, one web method is InsertLogon. Obviously I don't want just anybody to be able to do this.

Can anyone suggest some links/techniques - for making sure only users I want can access my methods?

TIA,
Mike