WindowsIdentity ?

W

WJ

Is there a way to modify WindowsIdentity.Name for System.Security.Principal
class at runtime after your app. successfully logs the user on the system
programmatically.

Thanks

John
 
P

Paul Glavich [MVP - ASP.NET]

Most ASP.NET applications (with the default policy) are not allowed to
modify the Principal. You can change this behaviour by going to the .Net
Framework 1.1 configuration (Administrative Tools), and selecting the
'Security' permission set for the internet zone. Within this, (by default),
the 'Allow Pincipal Control' is set to 'No'. Changing this to yes means your
ASP.NET app has the ability to now change the security principal, but
obviously this increases the 'surface area' of attack for any potential
malicous users to hack into your system.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top