Help Regarding Microsoft WSE 3.0
-
Hi, Well, story goes like this: I need mechanism for authentication/authorization for .NET 2.0 based web service. There is a webservice exposing number of methods. I want only authorized users to call its methods. Authorization is done against custom database. I have very short time - can anybody suggest quick + EASY tutorial / book reference using which I can easily implement the solution? I do not want to send Soap Auth headers/ user name - password with each and every request. Regards,
------------------- Therez No Place like ... 127.0.0.1
-
Hi, Well, story goes like this: I need mechanism for authentication/authorization for .NET 2.0 based web service. There is a webservice exposing number of methods. I want only authorized users to call its methods. Authorization is done against custom database. I have very short time - can anybody suggest quick + EASY tutorial / book reference using which I can easily implement the solution? I do not want to send Soap Auth headers/ user name - password with each and every request. Regards,
------------------- Therez No Place like ... 127.0.0.1
Surely the moment you expose a method that doesn't take the password, anyone can call it, by definition ? Oh - unless you store authorised IP addresses, I guess.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )