RE: User Authentication
- From: stcheng@xxxxxxxxxxxxxxxxxxxx ("Steven Cheng")
- Date: Wed, 08 Oct 2008 10:26:19 GMT
Hi Alex,
Have you got any further progress on this issue or do you still have any
other questions?
If so, please feel free to let me know.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Content-Transfer-Encoding: 7bit
From: stcheng@xxxxxxxxxxxxxxxxxxxx ("Steven Cheng")
Organization: Microsoft
Date: Mon, 06 Oct 2008 03:02:43 GMT
Subject: RE: User Authentication
make
Thanks for your reply Alex,
If you're using windows authenticaiton, most of them have been done by the
IIS and ASP.NET authentication modules and our application just need to do
some configuration work. Have you made it working?
One thing is that if you test if via Visual studio test server, it is
different from IIS that VS test server by default always use NTLM
authentiation and run under the logon user. While deploying in IIS, you
need to configure both IIS virtual directory and ASP.NET web.config to
sure windows authentication is used.
If you have anything unclear, please feel free to let me know.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?QWxleC4gTy4gS29yYW50ZW5n?= <AlexK@xxxxxxxxxxxxxxxx><F2ZtVASJJHA.1652@xxxxxxxxxxxxxxxxxxxxxx>
References: <0D3A95AD-7405-4BFE-ADE9-BE80AF42ABEE@xxxxxxxxxxxxx>
Subject: RE: User Authentication
Date: Fri, 3 Oct 2008 19:28:01 -0700
authenticate
Steve,
Thanks for the suggestions. I am using using windows authentication. My
business scenarion will be something like described below:
I have created a simple web service like Hello word. Would like
the user who is logged on, in this situation Alex-PC\test. If not showsuch
invalid user credentials message.
Thanks
""Steven Cheng"" wrote:
Hi Alex,
From your description, you're developing an ASP.NET webservice(ASMX)
application, and wondering how to secuire the webservice application
youas provide user logon authentication, correct?
Based on my experience, for ASP.NET webservice, you have the following
options for apply user logon authentication:
** Since ASP.NET web application are hosted in IIS server, therefore,
windowscan using windows authentication which rely on the IIS's integrated
thenauthentication. IIS will do the authentication for client request and
forward the authenticated user info to ASP.NET application(your ASP.NET
application also set to "Windows" authentication so as to associate it
with each request Httpcontext).
.
- References:
- User Authentication
- From: Alex. O. Koranteng
- RE: User Authentication
- From: "Steven Cheng"
- RE: User Authentication
- From: Alex. O. Koranteng
- RE: User Authentication
- From: "Steven Cheng"
- User Authentication
- Prev by Date: Re: Return dataset in my webservice with schema
- Next by Date: bug with sending null elements of DataSet[] ?
- Previous by thread: RE: User Authentication
- Next by thread: Can I manipulate the width/Height of scroll bar on asp Panel webcontol?
- Index(es):
Relevant Pages
|
Loading