Passing user credintials from a web page to a web service.



I'm sure this is easy and I'll be embarrassed when I see the answer, but I just can't figure this one out.
Using .Net/ASP 1.1 on a server using integrated authentication--
I have a web page (.aspx) that will collect some data from the user, call a web service to get additional data, and then merge and format the data back to the user's browser. But I want the web service to authenticate with the user's credentials, not the credentials of IIS serving the aspx page. What the web service will or will not return is based on who is making the request.
How do I pass the user's credentials to the web service?


Sample code, white paper, knowledge base article, any clue will be welcome. Thanks in advance.

Dan
.



Relevant Pages

  • Passing credentials from ASP.NET website to webservice
    ... I have a problem with passing the default credentials from an ASP.NET web ... The EMM web applications access the MSCRM ... Web services which is part of the MS CRM server setup. ... since both the EMM web application and the web service reside on the same IIS ...
    (microsoft.public.inetserver.iis.security)
  • Re: Server Time Out
    ... could be not passing user credentials to the web service from the client. ... calling a remote server from a web server due to not being able to forward ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Pass through credentials to web service
    ... It is the double-hop' limitation of NTLM authentication. ... application server, the server cannot then use those credentials to ... >I have a client application that calls a web service. ...
    (microsoft.public.dotnet.framework.aspnet)
  • The underlying connection was closed: Unable to connect to the remote server
    ... ASPX and Web Service on localhost --> works ... ASPX on localhost / Web Service on test server --> ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: Passing user credintials from a web page to a web service.
    ... >running on a different server than the web service, ... >credentials are that of the IIS server running the aspx. ... >> Hi Dan, ...
    (microsoft.public.dotnet.framework.aspnet)