How control who sees what Web methods?

R

Ronald S. Cook

I plan to create several Web methods in an ASP.NET Web service (e.g.
SelectEmployees, SelectCustomers). How can I limit visibility of (or at
least access to) certain methods depending on the user? DO I need to have a
separate ASMX for each Web method? Keep in mind some methods will need to
be accessed by multiple groups.

Thanks,
Ron
 
J

Jan Tielens

You can't prevent specific groups to "see" the methods in the WSDL, but you
can prevent certain groups from accessing the methods. If you also want to
prevent seeing them, the easiest way is to split them in multilple web
services.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top