Ask a Question related to ASP.NET General, Design and Development.
-
Elliot M. Rodriguez #1
ASP.NET Impersonation over VPN?
Has anyone had any issues using Impersonation over a VPN?
I work from home (have my own domain), and use Cisco's VPN Client (version
4) to connect to my company's domain. I have a section of code that I want
to execute as a domain user. But I cannot seem to get a token, as I get
logon failure errors.
<identity impersonate="true" userName="CompanyDomain\myname"
password="mypass" />
Anyone know how I can circumvent this issue?
--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***
Elliot M. Rodriguez Guest
-
Impersonation
Can someone explain this to me I have a web app I am trying to deploy for the Intranet of our company. I want to use integrated windows so have... -
ASP.Net Impersonation
I am trying to understand Impersonation in the ASP.Net context. Here's what I DO understand: -Using Windows Authentication with... -
Impersonation in ASP.Net
Hi, you can enter a domainuser for the anonymous access. Than you just have to activate impersonation for your web application. Modify the... -
Impersonation without DNS?
We are developing an ASP.NET web application with web services which links (2 way) with the Microsoft CRM via its SDK using Windows Authentication.... -
Using Impersonation
Is it ok to use impersonation in the web.config file for a web service? Let me tell you why I ask. My web service to ultimately connection to a...



Reply With Quote

