Re: ASP .net impersonation not working
From: Matthew Honkanen (mhonkanen_at_feico.com)
Date: 06/24/03
- Next message: Mike Grasso: "Creating a DSACryptoServiceProvider without generating new Keys"
- Previous message: Matjaz Ladava: "Re: ASP .net impersonation not working"
- In reply to: Matjaz Ladava: "Re: ASP .net impersonation not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 24 Jun 2003 12:21:32 -0700
Not sure if this is related, but make sure that the server
name conforms to DNS naming conventions. For instance,
don't use an underscore in the name - otherwise cookies
will not be excepted by Internet Explorer.
>-----Original Message-----
>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
>>
>>
>
>
>.
>
- Next message: Mike Grasso: "Creating a DSACryptoServiceProvider without generating new Keys"
- Previous message: Matjaz Ladava: "Re: ASP .net impersonation not working"
- In reply to: Matjaz Ladava: "Re: ASP .net impersonation not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|