Groups | Blog | Home
all groups > asp.net webservices > december 2006 >

asp.net webservices : Login


Manish Bafna
12/12/2006 4:12:00 PM
Hi,
Yes what you are looking for can be done through Soap Headers.You will find
complete working code for it in the following URL:

http://www.codeproject.com/cs/webservices/authforwebservices.asp.

Thanks and Regards,
manish bafna


[quoted text, click to view]
Mark Rae
12/12/2006 11:54:14 PM
[quoted text, click to view]

http://www.google.co.uk/search?sourceid=navclient&aq=t&ie=UTF-8&rls=GGLG,GGLG:2006-28,GGLG:en&q=formsauthentication+webservice

Qweertz
12/13/2006 12:34:21 AM
Hi!

I'm new in ASP.net and I hope you can help me to solve my little problem.

I have a web application which requires login.
Usernames and passwords are in SQL Express database (among with other data).
I need to check if user entered correct username and password (and proceed
him to "secure area" of web application), but I shouldn't connect directly
to database but via web service.
So web application sends login details to web service which contacts
database and checks login details.
How to do this?
If I wouldn't have to use web service I would create Session in web
application when user enters correct username and password. This would solve
my problem. Can I do something similar when web service is included?

Thanks,
Tomica Gril

AddThis Social Bookmark Button