Ask a Question related to ASP.NET Security, Design and Development.
-
Ken Varn #1
How do I get network credentials from IE to a embedded WinForm control?
I have a .NET Windows Form control that I am embedding into an HTML page.
My control is calling a web service that requires network credentials. The
problem is that I need the credentials of the user that IE is authenticated
with. When I try to pass DefaultCredentials to the web service proxy, the
logged on user credentials are passed. I actually need the user that IE is
authenticated with. Can someone tell me how I can pass the IE
authentication credential down to the web service from my windows forms
control?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
Ken Varn Guest
-
adding a custom vb.net winform control in asp.net
greetings all, I am new to adding controls to a webpage, i have created a control in vb.net and build the solution, I then took the dll file and... -
Winform Control as ActiveX in HTML Fails in Server 2003
We created an ActiveX ASP.NET control using a .NET winform control according to the following website:... -
Question about .NET Component and Winform Control
Hi, Here is my basic scenario, I hope this makes sense. The user picks options in my ASP.NET page and submits there request to the IIS server. I... -
Databind an embedded control in an embedded datagrid
All, I have something like the following: Datagrid1 Col1 - bound column Col2 - template column Datagrid1_OnItemDataBound datagrid2 -... -
Network Credentials not passing in Authentication mode
All -- I've set up a directory where I simply want to know the person's name when he comes into the directory. I've set up the following: *...



Reply With Quote

