| Thread | Last Post | Replies |
|
| writing to event log | 24 Jun 2005 06:14 GMT | 1 |
Does any body know how to register my own eventlog source? and how to register my own category and eventid for the eventlogentry? TIA
|
| Signing and bundling data using certificates | 23 Jun 2005 18:30 GMT | 5 |
I am attempting to use a private key from a digital certificate that I have installed on my pc to sign some data (a dime attachment) which is sent to a WebService. The scenario is very similar to the one explained in http://msdn.microsoft.com/library/default ...
|
| Single Login To Multiple Domains | 23 Jun 2005 15:07 GMT | 1 |
Hi; i have this problem... People login to www.domain1.com first and then if necessary they are redicected to secure.domain2.com for SSL issues. I use dotnets forms
|
| User.Identity.Name on Windows 2003 | 23 Jun 2005 14:22 GMT | 1 |
I developed an ASP.NET app running on an XP Pro where I retrieve the user's network id from User.Identity.Name. The authenticationMode="Windows" in the Web.Config and in the virtual directory, the anonymous acces is checked off and Integration Windows Authentication is checked ...
|
| SSL enabled ASP.NET application | 22 Jun 2005 12:05 GMT | 6 |
I have tried two approaches 1. SSL enable just the login.aspx, the application gives me the SSL enabled login page and successfully authenticated the user a/c. The only problem was I was prompted on every page I loaded with the message "the page
|
| Cannot access aspx page if user is not in Admin group | 22 Jun 2005 03:57 GMT | 1 |
We have a secure directory with an aspx page called Reports.aspx runnig on Windows2000 server with service pack 4. This directory has access rights to only a specific gg_support group.We have Disabled anonymous access to this directory and only enabled windows integrated ...
|
| SSL How-TO | 21 Jun 2005 17:19 GMT | 3 |
Can we set SSL enable only for the login page, in an ASP.NET application TIA
|
| access denied -- cannot debug in VB6 | 21 Jun 2005 03:43 GMT | 2 |
I create a VB6 DLL object within an ASP.NET page. I've set a reference to it in my project and call with (in C#) this.vbObject = new VB6Proj.VB6Class(); Normally this works fine at runtime. And it usually works fine when I start
|
| Forms Authentication and Authentication Cookie | 20 Jun 2005 23:09 GMT | 3 |
I'm working on an ASP.NET application (ver 1.1) .. using forms authentication. The problem I'm having is managing the cookie. I'm not using a persistenting the authentication cookie .. have a sliding expiration of 10min that I update every time the page is posted to the server. ...
|
| DirectoryService - Exceptions | 20 Jun 2005 22:46 GMT | 1 |
Is there a way to find out what COMException is being thrown as a result of an operation, for example DirectoryEntry newUser = entry.Children.Add(<newuser_CNname>, "user") I suppose this one would throw a COMException if a duplicate CNname is
|
| Forms Authentication: AD and .NET | 20 Jun 2005 17:37 GMT | 3 |
I'm trying to design a .NET web application which will use active directory to authenticate my users. I followed the below MSDN article, but I must be doing something wrong because when I attempt to log on, i get the error message "No such object on the server." This may be ...
|
| HttpContext.Current.User is always null in Global_AuthenticateRequ | 20 Jun 2005 17:36 GMT | 3 |
I implemented forms based authentication in my web app and works great. Now i want to add role-based authorization. From info on the web I know I have to handle the AuthenticateRequest. I have code like this: protected void Application_AuthenticateRequest(Object sender, EventArgs ...
|
| PrincipalPermission trouble | 20 Jun 2005 13:11 GMT | 4 |
I have a library that have methods protected with PrincipalPermission, for ex. [PrincipalPermission(SecurityAction.LinkDemand, Role="DBAdmin")] public Guid GetAdminId() {
|
| how to get client cpu id | 19 Jun 2005 21:17 GMT | 1 |
How to get the cpu id of the client from where the request came to the server. for e.g am sending a request to a server from one system then i want to capture the cpu id of that system
|
| System.DirectoryService / dispose() | 18 Jun 2005 20:33 GMT | 1 |
Just wonder if we need to call dispose() explicitly in our code for things other than DirectoryEntry, such as DirectorySearcher ...? TIA
|