| Thread | Last Post | Replies |
|
| Security Exception - Winform usercontrol hosted in ASP.NET | 22 Dec 2004 18:22 GMT | 2 |
Please forgive the lengthy post. I am trying to get my winform usercontrol to work properly when hosted in ASP.NET. It is strongly named and has the APTC attribute set. I am using some Infragistics controls, all of which are strongly named and have APTC set. I need "Full Trust" or ...
|
| Cross Site Scripting & Custom Error Pages | 22 Dec 2004 17:58 GMT | 1 |
I have been investigating CSS vulnerabilites within my application and have a question. If I added malicious script tags to the Url these are automatically removed from all pages of my application and the user is redirected to my custom error page. This is all taken care of by ...
|
| Securing and Accessing XML Files | 21 Dec 2004 00:29 GMT | 1 |
I’m not very experienced with security on a web server, so what I’m asking might be really stupid. I have an application that is creating XML files in the C:\temp folder on our DMZ. I want to create an aspx page that will pull a user’s XML file from
|
| Get UserGroup of Active Directory to control the security | 20 Dec 2004 16:35 GMT | 5 |
I have an ASP.Net Intranet App with C#. I don't need to ask users about by User and PWD since they are already logged in. This is acheived through "<deny users="?" />" tag. no problem with it.
|
| AD password policy in Forms auth against AD | 18 Dec 2004 17:40 GMT | 3 |
I've successfully followed Microsofts example on how to use Forms authentication with Active Directory (from the "Building Secure ASP.NET Applications" How To-section). However, I would very much like to use AD's password policy features, specifically:
|
| Forms Authentication and Custom errors | 17 Dec 2004 10:20 GMT | 4 |
I've searched this problem and sort of found the resolution but cant get it to work. Web site using forms authentication, just switched <customErrors
|
| DirectorySearcher - SearchResult - User Groups | 17 Dec 2004 03:36 GMT | 4 |
I'm having trouble fetching the AD groups a user belongs to after authenticating them against Active Directory. My code is based on the How To for using Forms Authentication to authenticate against AD (http://support.microsoft.com/default.aspx?scid=kb;en-us;326340)
|
| Win32 Application CryptoAPI | 16 Dec 2004 02:39 GMT | 6 |
I have been scanning the newsgroups for a solution to my problem and have found that a few others are also experiencing the same problem but none of the solutions provided to them seem to work for me. I have a native Win32 application (written in C++) that needs to encrypt
|
| Integrated Authentication, Impersonation, and Web Services | 15 Dec 2004 20:59 GMT | 1 |
Environment: OS: Windows 2003 IIS: 6 .Net Framework: 1.1
|
| XP user authentication | 15 Dec 2004 20:09 GMT | 2 |
Folks, Given the following function signature: bool AutheticateUser(string uid, string pwd); Can anyone tell me which .Net class.function API can I use to return
|
| Authorization Manager, ASP.NET, possible memory Leak | 15 Dec 2004 19:29 GMT | 1 |
We are using Authorization Manager in an ASP.NET application. We are using Microsoft.Interop.Security.AzRoles. We appear to have a memory leak when calling the method InitializeClientContextFromName. In a simulation, when we call this method 1000 times, the LSASS process consumes ...
|
| ASP.NET App with Unmanaged Code - HELP! | 15 Dec 2004 14:55 GMT | 1 |
I think the following is a security configuration issue, can someone help? I've been stumped on this for a couple of days now and I'm feeling the heat at work. --
|
| asp.net how to login to AD from a webform | 15 Dec 2004 03:05 GMT | 1 |
I have a webserver 2003 and a AD server 2003, I need to create an intranet app and I want the users login to the Webserver using their AD credentials so I do not have to create a users table. Does anyone knows how to do it or has a sample ?
|
| asp.net how to login to AD from a webform | 15 Dec 2004 03:01 GMT | 1 |
I have a webserver 2003 and a AD server 2003, I need to create an intranet app and I want the users login to the Webserver using their AD credentials so I do not have to create a users table. Does anyone knows how to do it or has a sample ?
|
| asp.net how to login to AD from a webform | 15 Dec 2004 02:59 GMT | 1 |
I have a webserver 2003 and a AD server 2003, I need to create an intranet app and I want the users login to the Webserver using their AD credentials so I do not have to create a users table. Does anyone knows how to do it or has a sample ?
|