I have a asp.net application, which control virtual directory, we want any
user to access and we do not want to use windows authentication(we do not
want windows authentication dialog) or forms authentication(as we do not
want any login page). However we want to impersonate the user.
Impersonating user ... I have a asp.net application, which control virtual directory, we want any ... user to access and we do not want to use windows authentication(we do not ... However we want to impersonate the user. ...Kedar.... (microsoft.public.dotnet.framework.aspnet)
Save File to Server on Different Domain ... The file server is on a different domain than the web server. ... Sometimes you might need to obtain a Windows NT account token to impersonate...Imports System.Collections ... (microsoft.public.dotnet.framework.aspnet.security)
Save File to Different Domain - 2nd Post ... Sometimes you might need to obtain a Windows NT account token to impersonate...Imports System.Collections ... (microsoft.public.dotnet.framework.aspnet.security)
Re: Save File to Different Domain - 2nd Post ... maybe the user doesn't have logon permissions on the server... > impersonate a user with the proper permissions on the file server: ... > Sometimes you might need to obtain a Windows NT account token to ... > Imports System.Collections ... (microsoft.public.dotnet.framework.aspnet.security)
Re: impersonation for file & DB access ... If the company using the portal has all users as domain users,... authentication works great - except for sql databases other than Sql Server. ... So I want to impersonate, then open a data file or sql database connection. ...Windows authentication features,... (microsoft.public.dotnet.framework.aspnet.security)