Just simple code:
using System;
using System.Reflection;
using System.Security.Permissions;
[assembly : ReflectionPermission(SecurityAction.RequestRefuse,
Flags=ReflectionPermissionFlag.AllFlags)]
namespace UseReflect
{
public class Program
{
public static void Main(s...
more >>
Hi,
Our applications are running under visual basic 6 and SQL Server.Security
for these applications like user,roles,groups and object permissions are been
stored in sqlserver and checked through the application.We have our dynamic
menu which is been stored in SQL Server and displayed dynamic...
more >>
After a great deal of research and investigation I must concede defeat
and ask the help of the experts. In ASP.Net 1.1 I used to attach roles
to the current context in the AuthenticateRequest event as such:
protected void Application_AuthenticateRequest(Object sender, EventArgs
e) {
// p...
more >>
Reading - Parsing Records From An LDAP LDIF File In .Net?
I am in need of a .Net class that will allow for the parsing of a LDAP
LDIF file. An LDIF file is the standard format for representing LDAP
objects. I need to be able to read the records from an LDIF file into
..Net.
There exists a...
more >>
Hi there,
I have an application with exists out of 1 exe with lots of referenced
dll's.
The application is on a shared network drive, and then started from the
client. It'is made an compiled in VS 2005 and running on Windows XP
machines with SP2 and the latest updates.
The executable work...
more >>