Set Context.user with CustomUser
From: joerg schobert (joerg.schobert@x-marvins.de)
Date: 01/24/03
- Next message: Gabriela De Feo: "Re: Access denied ( From one site to another, that is in another server)"
- Previous message: Ice: "Re: Passing arguments to Web Service from Win application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "joerg schobert" <joerg.schobert@x-marvins.de> Date: Fri, 24 Jan 2003 14:19:39 -0000
I have a problem,
I 've written my own custom Authentication (CustomerUser) and I 've
therefore implemented the IPrincipal Interface .
Then with Authenticate_request I set
Context.User = new CustomUser(...)
This works fine aslong as I run my App locally on my machine.
But I've hosted the App and now Context.User cannot be set any more.
That means Context.User is type of GenericPrincipal
I don't know what to do and why the Context.User is not type of CustomUser.
Thank you for any help
jörg Schobert
- Next message: Gabriela De Feo: "Re: Access denied ( From one site to another, that is in another server)"
- Previous message: Ice: "Re: Passing arguments to Web Service from Win application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|