Remoting - Webservices - ADO

G

Guest

I was wondering if anyone could put me on the right path. I am trying to
create a Webservice the authenticates a username ands password from a MS-SQL
Server using remoting. If there are any samples out there, I would be mot
welcome.
 
C

Cor Ligthert [MVP]

Kosh,

What is it you want, because for me is remoting a windowservice while a
webservice has directly not to do much with that.

For me this sounds easy as giving those items to a webservice fuction, which
check them and returns true or false.

However probably I miss something.

Cor
 
G

Guest

I wish to do the following

DataService Layer - "Windows Service" Remoting and ADO MS-SQL Database.
AuthorisedUsers table.

BusinessLayer - WebService? Makes an inquiry to the DataService Layer i.e.
Authentication username and password and gets a boolen returned
 

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

Top