| Thread | Last Post | Replies |
|
| Where can i get namespace of "Microsoft.Interop.Security.AzRoles"? | 23 Jun 2004 12:43 GMT | 2 |
I downloaded a Microsoft Application Block - AuthPro. I was install it, and I want to build it, but missing namespace of "Microsoft.Interop.Security.AzRoles", I don't know how to get or find it? Who can help me? Thanks.
|
| StrongNameIdentityPermission error | 22 Jun 2004 23:00 GMT | 6 |
We have developed a set of technical environmental services (logging,security,exception handling etc.) to be used within our company. We want to secure these assemblies by requesting a StrongNameIdentityPermission on all of the public classes with the key that our company uses to ...
|
| How to get the WindowsIdentity of the caller of my excutable? | 22 Jun 2004 20:24 GMT | 3 |
I created my Windows service. I want to get the WindowsIdentity of the caller that calls my method in my Windows service. How do I do that? Thanks in advance!!! Cindy
|
| Craete dns record by asp.net via dnscmd.exe and process class | 19 Jun 2004 22:43 GMT | 1 |
I am going to add/remove hostnames from my dns server in my asp.net application, when I run the start method from the process class, it says "ERROR_ACCESS_DENIED 5 (00000005)", I must notate that I have inserted the Identity tag in the web.config as below: <identity ...
|
| Put princicple object in Context (ASP.net)? | 19 Jun 2004 04:34 GMT | 1 |
Is it a good practice by putting princicple object in Context? Is it possible to spoof the Context.Current.User? //code in global.asax Sub Application_OnAuthenticateRequest(ByVal Source As Object, ByVal Details As EventArgs)
|