Ask a Question related to ASP.NET Security, Design and Development.
-
drew.. #1
Can an iFrame share a System.Threading.Thread.CurrentPrincipal
As per the subject line, I have a sub asp.net app that is being
displayed in a parent asp.net app. The sub must respect the roles
assigned to the System.Threading.Thread.CurrentPrincipal in the parent
app. I am having trouble getting the sub to know anything about the
parent's security context. Is it possible? Any ideas or pointers would
be awesome, thanks kindly, drew..
drew.. Guest
-
CurrentPrincipal and new Thread
I have an ASP webapp that needs to access files using a UNC pathname to a network-share I setup "impersonation" and that all works as expected... -
HttpContext.Current.User vs. Thread.CurrentPrincipal
How are HttpConext.Current.User and Thread.CurrentPrincipal different? It seems that they can be set differently in different places. Why would... -
System.Timers.Timer vs. System.Threading.Timer
Hi Just a quick question... When would you use System.Timers.Timer, and when System.Threading.Timer? What are the principal differences... -
Method not found: Void System.Threading.ThreadPool.GetMinThreads
I have just installed Windows Server 2003 as an upgrade and now get the following message when I run ASP.NET pages (ASP pages run fine): Method... -
An unhandled exception of type 'System.Threading.ThreadAbortException' occurred in Unknown Module.
Interesting problem. We have narrowed it down to the exact cause, and would like an explanation of what's going on behind the scenes. Simple bit... -
drew.. #2
Re: Can an iFrame share a System.Threading.Thread.CurrentPrincipal
Some folks tell me that all i can do is place the sub-app into a folder
of the main-app, and that everything else is wasting time, and by the
lack of google results I am starting to agree. I just hoped an asp.net
guru here would be able to prove us all wrong? Ü
> As per the subject line, I have a sub asp.net app that is being
> displayed in a parent asp.net app. The sub must respect the roles
> assigned to the System.Threading.Thread.CurrentPrincipal in the parent
> app. I am having trouble getting the sub to know anything about the
> parent's security context. Is it possible? Any ideas or pointers would
> be awesome, thanks kindly, drew..drew.. Guest



Reply With Quote

