473,385 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Web service and security

m.a
Hello,

I want to have some web services aloneside of my ASP.NET. I want that
these web services be private means that only people who has suitable user
name and password can use them. Is this possible? Is there any sample or
information on how to handel login to such web services?

Regards
Aug 6 '08 #1
3 1112
Hi,

the easiest thing to do is to rely on IIS to handle user authentication. If
you set the authentication of your virtual directory to basic (hopefully via
SSL) or integrated security, it takes care of the authentication.

Kind regards,
Henning Krause

"m.a" <ma.@spamoff.comwrote in message
news:eG**************@TK2MSFTNGP02.phx.gbl...
Hello,

I want to have some web services aloneside of my ASP.NET. I want that
these web services be private means that only people who has suitable user
name and password can use them. Is this possible? Is there any sample or
information on how to handel login to such web services?

Regards

Aug 6 '08 #2

"m.a" <ma.@spamoff.comwrote in message
news:eG**************@TK2MSFTNGP02.phx.gbl...
Hello,

I want to have some web services aloneside of my ASP.NET. I want that
these web services be private means that only people who has suitable user
name and password can use them. Is this possible? Is there any sample or
information on how to handel login to such web services?
It's called a Web client accessing a Web service using SOAP Authentication
User-Id and PSW, look it up using Google or Dogpile.com as there are plenty
of examples on how to do it.

Aug 6 '08 #3
m.a

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:%2******************@TK2MSFTNGP02.phx.gbl...
>
"m.a" <ma.@spamoff.comwrote in message
news:eG**************@TK2MSFTNGP02.phx.gbl...
>Hello,

I want to have some web services aloneside of my ASP.NET. I want that
these web services be private means that only people who has suitable
user name and password can use them. Is this possible? Is there any
sample or information on how to handel login to such web services?

It's called a Web client accessing a Web service using SOAP Authentication
User-Id and PSW, look it up using Google or Dogpile.com as there are
plenty of examples on how to do it.
Thanks for the leas. It is very helpfull. Now I can find my way to some
samples and documents.

Regards
Aug 6 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: cd | last post by:
Is there a specific process or permissions that must be granted to get a .NET (framework 1.4) Window Service to run properly on a Windows 2003 Server? I built a Windows Service to start two local...
2
by: epaetz | last post by:
I'm getting Not associated with a trusted SQL Server connection errors on a .Net windows service I wrote, when it's running on my application server. It's not a problem with mixed mode...
3
by: Amjad | last post by:
Hi, I just wrote a test Windows Service that creates a text file on startup (please see my code below). The file is never created. Protected Overrides Sub OnStart(ByVal args() As String) Dim...
5
by: Buddy Ackerman | last post by:
My app is a .NET forms app that runs in the taskbar and periodically polls a web service. I have a client that wants the app to integrate with their Active Directory. They do not want the user to...
4
by: Henrik Skak Pedersen | last post by:
Hi, I have a set up where a windows client connects to a web service to retrieve a license file. The client is a consumer product which is beeing distributed to multiple locations. 1) I would...
4
by: Kevin Burton | last post by:
I found an article on calling a .NET web service from Java but it seemed to rely on GLUE and I was unable to find out how to download that software. There seems to be alot written on the Sun site,...
16
by: sunil | last post by:
Hi, I have a service written in c# that I need to run as a "Network Service". I am using a setup project to install the service. If I install the service in User's Personal Folder, I get the...
33
by: JamesB | last post by:
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon...
0
by: yoozioo | last post by:
hello, This year I'm learning C# at school and now we focus on web services. I created and published a web service which contains a method that calls another web service written by my class...
3
by: Enda Manni | last post by:
Hi, I have a gSoap Web Service written using C++, it uses SOAP username and password authentication. I also have a C# form client consuming the web service, all this was working fine until...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.