| Thread | Last Post | Replies |
|
| Require multiple role membership? | 10 Dec 2004 16:00 GMT | 2 |
Is there any way in the web.config "allow roles" authorization section, to AND the roles together? Eg. in my app, i have roles Customer, Employee, and Admininstrator. Now, there could be Admin employees, and Admin Customers, each with access to
|
| ASP.NET - Basic/SSL - Changes in user group membership delayed | 10 Dec 2004 14:16 GMT | 10 |
Background: An ASP.NET application, using Basic/SSL authentication with users residing in an Active Directory in the same domain as the web server, pages and resources protected with NTFS ACL's and ASP.NET configured for impersonation works fine.
|
| FormAuthentication on ascx files | 10 Dec 2004 10:47 GMT | 3 |
I have a default.aspx page which has PlaceHolder where it will call different *.acx file based on the request url. eg http://localhost/default.aspx?module=home will put a home.ascx in the place holder
|
| I want to safeguard my code | 09 Dec 2004 15:33 GMT | 1 |
I dont want my code to be reverse-engineered from IL. I want to safeguard my code. How to implement it. Please suggest me some tips. Thanks From,
|
| using <location> with <authorization> | 08 Dec 2004 10:11 GMT | 2 |
I need help with specifics of using <location> with <authorization>. I started with http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp conaspnetauthorization.asp?frame=true At the bottom of the page, there is a cryptic reference to the "<location>"
|
| List AD-Group Member AND WHOSE TRUSTED DOMAIN with WinNT | 07 Dec 2004 15:29 GMT | 1 |
I need a List of GroupMember and the Domain where the Members come from. Because I want to identify the Members from thr trused Domain. regards Thauhtopa
|
| "User cannot change pwd" and "Pwd never expire" by using Directory | 07 Dec 2004 06:55 GMT | 4 |
I create a account by using the DirectorySerive and it is running: --------------------------------------------------------- Dim ContainerEntry As DirectoryEntry Dim UserEntry As DirectoryEntry
|
| Using Integrated Windows Authentication to access Active Directory | 06 Dec 2004 19:32 GMT | 2 |
I have disabled "Anonymous Access" & enabled "Integrated Windows Authentication" on the web server for my ASP.NET application. My Web.config file has the following entries: <authentication mode="Windows" />
|
| Forms authentication and latest patch for XP (non-SP2) | 06 Dec 2004 15:39 GMT | 3 |
I have forms authentication for the ASP.NET application I'm currently writing. It worked fine until I installed today's patch for Windows XP (we can't go to SP2 yet for various reasons), VS.NET 2003, .NET Framework 1.1... These were all patches that I ran. Now, my forms ...
|
| Form Authentication | 06 Dec 2004 10:41 GMT | 1 |
We will be using form authentication in out website. We have two totally different types of users in our site. Type 1 Has 2 different roles in it
|
| AzMan IAzApplication InitializeClientContextFromStringSid method | 03 Dec 2004 17:09 GMT | 2 |
This method has a hande leak. When submited to a load test the handles rise to 50000 and the application sends an exception "Insufficient system resources..." Where can I find someone who could fix this ?
|
| FormsAthenticaton -- Sometimes returnurl is not set | 03 Dec 2004 10:48 GMT | 1 |
I have a function in my webapp that the user push a button to get a URL to the page he's on. The prupose is that the user may store the URL and later paste it in to the adress field in IE.
|
| Please help: Forms authentication & new session -> does not return to the specified page after login | 03 Dec 2004 10:48 GMT | 3 |
If the user is not logged in and no session is present for the user when requesting a specific page it seems that the returnurl querystring prarmeter is not set so the page does not redirect to the right page after login.
|
| What I have to do different..... | 03 Dec 2004 01:50 GMT | 1 |
I hope everybody is doing ok. If I have my .NET web application hosted on a server on the internet, and I have a Firewall and I have my SQL Server inside the firewall. What is that I have to do
|
| IIS ADSI virtual dir creation problem from web application | 02 Dec 2004 21:46 GMT | 3 |
I am trying to create a virtual directory using ADSI, with the following C# code: string Server = <srv>; string ApplicationName = <app>;
|