Ask a Question related to ASP.NET Security, Design and Development.
-
google@jullet.com #1
Custom Principal
Hi,
I use Custom Principal and it works well on my PC (Localhost).
When I deploy it at my hosting service it fails.
I print out HttpContext.Current.User.GetType().ToString()
On my PC it is CustomPrincipal.
But at the hosting service it is
System.Security.Principal.GenericPricipal
Any idea, what could be different between the hosting company
environment and my PC to cause this?
Thanks for any response.
..... Tom ..
google@jullet.com Guest
-
Web Service w custom Principal
We have a class that Implements IPrincipal (System.Security.Principal.IPrincipal). We have a business logic class library assembly that checks the... -
How to assign a custom principal with a custom soap extension
I have created a custom soap extension. What I need to do next is assign my own custom principal to the current request context so that the... -
Custom Windows Authentication Principal?
Ok here's the situation, I have several intranet applications at this company that use windows authentication. Now when people open the... -
Setting Principal for HttpWorkerRequest
re: http://www.dotnet247.com/247reference/msgs/31/159270.aspx (neither my news server, nor microsoft's seems to still carry this thread) I am... -
Set Windows Principal
Hi, My current legacy asp/becoming-asp.net application uses IIS Windows Authentication at present. What I need to do is let a user coming from...



Reply With Quote

