|
|
Subject:
how can I implement user delegation using .net 2.0 httplistener (without IIS) ?
Category: Computers > Programming Asked by: sharon_de_salmon-ga List Price: $5.00 |
Posted:
13 Apr 2005 14:21 PDT
Expires: 13 May 2005 14:21 PDT Question ID: 508924 |
I already managed to use .net 2.0 HttpListener to accept http calls from clients without IIS, now i need to delegate the user credentials to remote server. can it be done without IIS ? i need a sample code in c# |
|
There is no answer at this time. |
|
Subject:
Re: how can I implement user delegation using .net 2.0 httplistener (without IIS) ?
From: willcodeforfood-ga on 15 Apr 2005 01:50 PDT |
It can be done without IIS. How you proceed will depend on the authentication scheme you used to verify the client requests and the software that you are delegating to. It's hard to be specific without more details of what you are trying to do. Offhand, here's an article on delegating in ASP.NET. [ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconaspnetdelegation.asp ] While the article was not intended to address your specific situation, look at the section near the bottom titled "Delegation Alternatives" for some good ideas. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |