Ask a Question related to ASP.NET Security, Design and Development.
-
serre #1
ASP.NET Impersonation fails on IIS
Hi,
I built an ASP.NET Web application with impersonation. This works
fine, my login is recognized. Now I want to get access to a certain
folder on an UNC file share. I have the rights with my login, but when
I test my application on the web server I get an error message that
the access is denied.
Please help, thanks
serre Guest
-
#38978 [NEW]: Impersonation fails for a COM object under load
From: tetikr at spytech dot cz Operating system: Win2003 SP1 PHP version: 5.1.6 PHP Bug Type: COM related Bug description: ... -
impersonation fails on 2K server
I've got an ASP.NET web app that generates dynamic excel spreadsheets via COM. It does this work in a seperate subdirectory called "reports" and... -
Impersonation fails on all other pages
I am trying to impersonate 3 "roles" based upon forms authentication, a SQL Server lookup, and a LogonUser call on a Win2003 1.1 box. The goal of... -
Impersonation fails after upgrade to .NET 1.1 Framework
I have developed and ASP.NET application that uses the aadvapi32.dll to impersonate a domain user to gain access to files on a different server. The... -
ASP.NET Fails after SP4 with Impersonation
Michael, See http://support.microsoft.com/default.aspx?scid=kb;;821546 "Michael Kennedy " <mkennedy@REMOVETHIS.unitedbinary.com> wrote in... -
Joe Kaplan \(MVP - ADSI\) #2
Re: ASP.NET Impersonation fails on IIS
If you are using Windows Integrated Authentication in IIS, then this is
likely failing because your account cannot be delegated to a different
server. This is called a double hop issue. Do a search for double hop and
Kerberos Delegation to find out what you need to do to get this working.
Joe K.
"serre" <tobias_wohllaib@web.de> wrote in message
news:b5bd2aa6.0502070704.1abb53b@posting.google.co m...> Hi,
>
> I built an ASP.NET Web application with impersonation. This works
> fine, my login is recognized. Now I want to get access to a certain
> folder on an UNC file share. I have the rights with my login, but when
> I test my application on the web server I get an error message that
> the access is denied.
>
> Please help, thanks
Joe Kaplan \(MVP - ADSI\) Guest
-
Paul Clement #3
Re: ASP.NET Impersonation fails on IIS
On 7 Feb 2005 07:04:08 -0800, [email]tobias_wohllaib@web.de[/email] (serre) wrote:
¤ Hi,
¤
¤ I built an ASP.NET Web application with impersonation. This works
¤ fine, my login is recognized. Now I want to get access to a certain
¤ folder on an UNC file share. I have the rights with my login, but when
¤ I test my application on the web server I get an error message that
¤ the access is denied.
The other way around this, if you need to delegate credentials, is to use Basic authentication. This
would be fine if your app is confined to an Intranet. Otherwise, with NTLM (Integrated Windows
Authentication) you need to implement Kerberos, as Joe mentioned.
Paul ~~~ [email]pclement@ameritech.net[/email]
Microsoft MVP (Visual Basic)
Paul Clement Guest



Reply With Quote

