use WSE 2.0 to valid webservice user

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi, I installed the WSE 2.0 SP2, but how should I use it to valid
outside-user connect into my webservice (like username/password)? Or
somebody can give me a little sample?

Thank you very much, David.
 
hi David
I guess this has to go with the web.config of your webserive it self. You
add the tag Deny users = "?" /> to deny access to ammoniums users . then
you can add allow tags as needed and it that tag just add the username and
password for each user . this is of course just one way to do that , the
options are a lot . You can read more about web.config on
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconformatofconfigurationfiles.asp
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 

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

Back
Top