Ask a Question related to ASP.NET Security, Design and Development.
-
Anonymous Poster #1
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. By
using Impersonate=true in the app's and web service's web.configs,
authentication works fine over DNS and credentials are passed in correctly.
However our client does not wish to use DNS and in a non-DNS environment
(either using the IP or fully qualified domain name) we get the IE
authentication login box again when the CRM launches our app which we don't
want as we've already authenticated ourselves. Both our app and the CRM are
sitting on the same server (though they are on separate websites in IIS).
What is the reason for this behaviour and how can we get the impersonation
to work without DNS?
TIA
Simon
Anonymous Poster 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... -
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... -
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... -
Anonymous Poster #2
Re: Impersonation without DNS?
anyone?
"Anonymous Poster" <anon@microsoft.com> wrote in message
news:uz8X6WKzEHA.2036@TK2MSFTNGP12.phx.gbl...By> 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.correctly.> using Impersonate=true in the app's and web service's web.configs,
> authentication works fine over DNS and credentials are passed indon't>
> However our client does not wish to use DNS and in a non-DNS environment
> (either using the IP or fully qualified domain name) we get the IE
> authentication login box again when the CRM launches our app which weare> want as we've already authenticated ourselves. Both our app and the CRM> sitting on the same server (though they are on separate websites in IIS).
> What is the reason for this behaviour and how can we get the impersonation
> to work without DNS?
>
> TIA
>
> Simon
>
>
Anonymous Poster Guest



Reply With Quote

