Re: ASP .net impersonation not working
From: Matjaz Ladava (matjaz_at__nospam_ladava.com)
Date: 06/23/03
- Previous message: Matjaz Ladava: "Re: Access is denied"
- In reply to: Rob: "ASP .net impersonation not working"
- Next in thread: Rob: "Re: ASP .net impersonation not working"
- Reply: Rob: "Re: ASP .net impersonation not working"
- Reply: Matthew Honkanen: "Re: ASP .net impersonation not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Jun 2003 23:31:03 +0200
Prior to calling the page, that you get access denied read current user
identity by executing WindowsIdentity.GetCurrent().Name and see if it
matches the identity you think should be set.
-- Regards Matjaz Ladava, MCSE (NT4 & 2000) matjaz@ladava.com http://ladava.com "Rob" <frank@myhouse.com> wrote in message news:eOKFCscODHA.2316@TK2MSFTNGP12.phx.gbl... > I have a couple of pages that I'm using in an Intranet site. One page > accesses a file server to display contents of it and another grabs > information and display's it from a SQL database. > > Now the web server is running Win2K and IIS 5 or above. > > And when I browse the pages locally the impersonation works just fine. When > I try and view the pages from any location other then the server I get > access denied errors and Login failed errors for the file one and the SQL > one respectively. > > I have the IIS set to Windows Authentication, I have impersonation = true in > the webconfig file. Is there anything that would stop it from working? > > Thanks for your help > > Rob > >
- Previous message: Matjaz Ladava: "Re: Access is denied"
- In reply to: Rob: "ASP .net impersonation not working"
- Next in thread: Rob: "Re: ASP .net impersonation not working"
- Reply: Rob: "Re: ASP .net impersonation not working"
- Reply: Matthew Honkanen: "Re: ASP .net impersonation not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|