| Thread | Last Post | Replies |
|
| Login Encryption; Login Lookup | 31 Aug 2005 21:30 GMT | 7 |
Hi. I'm working on an ecommerce application. There is a conventional registration page where the person is identified by his entering an email address and password.
|
| Dynamic page security authorization? | 31 Aug 2005 11:56 GMT | 2 |
My client wants to implement some sort of dynamic location role-based security rule for a web app. Normally, in my web.config, I define the location authorization rules such as: <location path="WebForm.aspx">
|
| Wierd Windows Authentication Behavior | 31 Aug 2005 05:13 GMT | 1 |
Hey, OK, so, i'm implementing windows security in a web app and found a strange thing. can anyone explain what is going on? I have my web app and in web.config i have the following entries in their
|
| how to get all groups from AD? | 31 Aug 2005 05:10 GMT | 1 |
does anyone know how to programatically in C# get a list of all groups from active directory? i thought i saw a sample on MSDN, but, I can't find it. Thanks
|
| Does 'IsInRole()' check against Active Directory groups? | 31 Aug 2005 05:03 GMT | 5 |
I need to build in some role authentication for a web app... so, going to use the web.config to build my rules for the location files. my question is.. does anyone know? on my development box (out of work), i'm out XP Pro... and i've created
|
| Limiting access to pages | 31 Aug 2005 05:00 GMT | 3 |
I have an application that runs over our intranet. I have some pages I only want "Administrative" people to see. I thought one way of doing this was to creqate a sub directory in the application dorectory and add a web.config file that would limit access to only those that we ...
|
| Role-based authentication and Forms and System.UnauthorizedAccessException | 30 Aug 2005 17:49 GMT | 5 |
I'm trying to implement role-based authentication for the following directory structure in my ASP.NET app. login.aspx Admin/
|
| Forms Authentication expiry issue | 30 Aug 2005 15:35 GMT | 1 |
I'm having a problem with forms authentication on an asp.net application. To summarise, after logging in initially, the login never expires. I can come back to the application after days, and I'm still logged in. However, if I delete cookies from the browser I am once
|
| dynamically requesting windows authentication on a resource | 30 Aug 2005 05:13 GMT | 2 |
I have a asp.net web application, and in one of my pages I would like to be able to request windows authentication on the fly, without the page configured for windows authenticatino in IIS. is this possible using some http header / return value?
|
| Security Warning | 30 Aug 2005 03:00 GMT | 1 |
I am supposed to modify/manage some code. it was on a machine in "Network Shared", I whacked it from there and put it in my wwwroot folder, I opened it after creating a Virtual directory and it gave me this "Warning" When I open the "Sample.sln" I get warning + Errors which reads: ...
|
| Check the username and password with the active directory | 29 Aug 2005 08:40 GMT | 3 |
In asp.net 2.0, there is a Login control. I want to use that to log in, but I want to check the username and password with an ldap query. Is that possible. I want Windows authentication, without the login screens of windows you get when you use Windows Authentication in
|
| Server Application Error | 29 Aug 2005 08:08 GMT | 1 |
ASP.NET app running for about a year with no problem and suddenly this week it's giving error message. The same as the one decribed by another user. Even stranger is that we only have this problem from some web clients (desktop browser, IE) , some other people do not have ...
|
| Change User attribute in Active Directory by web (vb.net) | 29 Aug 2005 07:57 GMT | 2 |
m...@o2.pl 19 Sie. 09:30 pokaż opcje Grupa dyskusyjna: microsoft.public.adsi.general Od: m...@o2.pl - Znajdź wiadomości tego autora Data: 19 Aug 2005 00:30:24 -0700
|
| Redirection according to roles? | 29 Aug 2005 07:48 GMT | 2 |
1. where can i place the code which will redirect users, according to their roles ? 2. is redirection, according to roles accustomed or is there another mechanizm out there ?
|
| Access to path **** denied. | 29 Aug 2005 07:08 GMT | 7 |
why would the following error occur, and how is it fixed? It seems like IIS cant create a temp directory. I also added the ASPNET user to the \Temporary ASP.NET Files\ directory with full rights, but it didn't seem to work.
|