| Thread | Last Post | Replies |
|
| Roles and Memberships | 18 May 2006 00:37 GMT | 1 |
I need to retrieve only users and there information in the aspnet_Membership table that are associated with certain roles and then populate a GridView with only those users found that belong to those roles. I have searched through all the class associated to try and find some ...
|
| advapi32.dll / LogonUser | 17 May 2006 10:53 GMT | 3 |
Hi, When I make a call to this API it works fine on my PC but not on another development PC. We both have the same OS and we both have local admin rights.
|
| Failed forms authentication with LDAP | 17 May 2006 09:51 GMT | 2 |
I'm using the walkthrough described in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/S ecNetHT02.asp and I followed step by step. However, when I try with a valid AD account/password combination the code
|
| .NET RSACryptoServiceProvider Class | 17 May 2006 04:52 GMT | 3 |
I am using the RSACryptoServiceProvider Class for all my encryption requirements. I have looked at various websites which detail this class. I am finding it hard to get any information in relation to the Public &
|
| Extension of Role based security | 16 May 2006 16:54 GMT | 2 |
I am developing a sports based administration site where a user adminsters sports leagues .e.g. a soccer league. As i understand it, the current role based security is based on a user being in one to many global roles for the whole web application.
|
| 2.0 security | 16 May 2006 16:51 GMT | 1 |
On my web app I need to have a login screen, I've been reading about the Role and MembershipAPI that 2.0 offers and the login control as well. My web app is using Forms Auth, my question is, is it possible to use the Login Control, the MemberShipAPI, etc, BUT validate the user ...
|
| Authentification from a SAM base | 16 May 2006 16:07 GMT | 9 |
I'm actually looking for a way to authentificate users from the authentification base SAM of a WindowsServer2003. I have to do it from a web-page wrote in ASP.NET(VB). During my searchs I've found some technology wich could be helpful. It's the
|
| Help hooking into 2.0 membership w/existing users, roles | 14 May 2006 23:03 GMT | 5 |
We have an existing ASP.NET 1.0 web site that already has a set of tables for Users (user id and password plus many other attributes), Roles, etc. We are trying to migrate to ASP.NET 2.0 and we're hoping to hook into or extend the memberhsip and security features that are part ...
|
| How to get file size in Client Machine using scripts? | 13 May 2006 08:47 GMT | 1 |
We are working on a Web Application (in ASP.NET). The application basically deals with uploads from the client machine. We need to check the size of the file that will be uploaded. The size must be known in the client - side of the application, so that proper validations can be ...
|
| asp.net 2.0 menu control shows restricted item | 13 May 2006 08:04 GMT | 3 |
I've setup the app to disallow the user from clicking to or seeing the admin functions. The forced-login works on the click-to-the-restricted-pages, but I can still see the menu items even when not in the appropriate group.
|
| Authentication between ASP.net 1.1 and 2.0 | 12 May 2006 20:08 GMT | 2 |
I'm having two ASP.net applications.One in asp.net 1.1 and another in 2.0 In the first application i'm using forms authentication where i'm storing the username details in the ticket. Now i'm invoking the second application from the first using a hyper link.
|
| Hooking into the membership model | 12 May 2006 14:11 GMT | 1 |
I'm building a new website where I'd like to use the built in membership model and the controls that come with it. I'd like to do a bit more than usual with it, so I'm hoping someone here can give me a few hints. 1) I'd like to register some additional information about the users ...
|
| DPAPI (Machine Store) Access Denied Problem. | 12 May 2006 08:10 GMT | 7 |
I am using DPAPI for encrypting and decrypting my connection string. What i hv did is created a dll assembly which calls win32 API's CryptProtectData & CryptUnprotectData and in turn windows app and web app calls this dll assembly for encrypting and decrypting data respectively.
|
| Error encrypting identity element in web.config | 11 May 2006 21:05 GMT | 1 |
Using information that I got from this MSDN article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/pag ht000023.asp, I added an identity impersonate element to my web.config file that looks like this:
|
| web pages help | 10 May 2006 23:05 GMT | 1 |
I'm a developing a web application. One of it's requirements is that if the users try to downlaod the web apges, they shouldn't get the relevnt css files of the web page.. how can I acheive this? any good sites????.
|