| Thread | Last Post | Replies |
|
| Determine auth cookies persistance programaticly? | 31 Mar 2004 14:30 GMT | 2 |
Hey all, Is there any way, once you drop an auth cookie (using forms authentication) to later determine whether that cookie is persistant or not? Thanks much,
|
| Authenitcation, Authorization, and Personalization | 31 Mar 2004 03:42 GMT | 1 |
My company has been using Site Server 3.0 with Personalization and Membership to both control access to our ASP based site and to provide user attributes to all of our ASP pages based on the logged in user. This was all pretty automatic in P&M and ASP. We are looking to move away ...
|
| VS.Net 2003 on Windows Server 2003 | 30 Mar 2004 22:45 GMT | 1 |
I just set up a new box and am trying to get into a web project. I moved from Windows 2000 Server where this app worked fine. Now I get this error message when opening the solution file: The project location is not fully trusted by the .NET runtime.
|
| mimic NT password creation | 30 Mar 2004 18:03 GMT | 4 |
Posted this several days ago, no responses. Trying again... Anyone know of a .NET utility that can mimic NT password creation, obeying certain complexity rules like: 1. Password can't contain any part of email address
|
| Win2003 and NT AUTHORITY\NetworkService | 30 Mar 2004 11:56 GMT | 4 |
We have an ASP.NET application on Win2003 box. This application runs under default user "NT AUTHORITY\NetworkService". We need to give right permissions for this user on a folder to write a file to the disk. But we were not able to do so.
|
| dont allow multiple login | 30 Mar 2004 04:19 GMT | 1 |
i want to prevent Multiple Logins on my asp.net application! i dont want that a two users can login with the same username and password how may i do it? pls send details
|
| Troubleshoot Security Issues | 29 Mar 2004 15:19 GMT | 5 |
What is the easiest way to troubleshoot security issues? I'm trying to set up a delegation secnario, which I wrote an question about yesterday. Something isn't working in it, but I feel kind of helpless to even know if what I think I set up is actually what is happening in the
|
| Basic Login Page | 29 Mar 2004 14:03 GMT | 1 |
Hey I'm a bit a newbie when it comes to asp.net and every site I have visited has just lead me in circles. what I need is just a simple login thing that checks your username against a XML file that stores username pass and then grants access to the restricted site
|
| File authorization | 28 Mar 2004 11:19 GMT | 1 |
I made a web service which comminicates with a smartphone. On the server the web service writes some files, and the client should download them. But the files the webservice wrote have no read/write rights, so the client is denied to download them.
|
| Navigating a RS on the Client? | 27 Mar 2004 18:20 GMT | 2 |
I have an app that would normally return only a few hundred or possibly a couple of thousand records at once. Right now I have a page view that allows the user to see one record at a time and navigate the RS using First, Last, Next, Previous. Of course the navigation is all on the
|
| Constrained Delegation question - Please Help | 26 Mar 2004 15:45 GMT | 2 |
I am still confuse after reading MS documentation on how Constrained Delegation works and hope that someone enlighten me. Here's one of my confusion. Servers:
|
| Getting the Windows Groups for the Logged On User | 26 Mar 2004 13:57 GMT | 3 |
In my ASP.NET (C#) application, I can use HttpContext.Current.User.Identity.Name to get the name and domain (e.g., DOMAINNAME\USERNAME) of the logged on user. But I can't seem to figure out how to get that users' Windows groups (i.e., I need to get a list of all the Windows ...
|
| C#: How do I orce a server to refresh its list of security groups from an Active Directory. | 26 Mar 2004 03:58 GMT | 1 |
I am trying to figure out in C# how to force a server to refresh its list of security groups from an Active Directory. I can not modify the registry or change the default group policy refresh interval set in the domain policy (Q203607), and my application can not wait 90 minutes ...
|
| Windows Authentication | 25 Mar 2004 19:56 GMT | 1 |
I am trying to implement a Secure Intranet using asp.net and Windows authentication. I've set the web.config file as follow <authentication mode="windows"/>
|
| Access to path is denied | 25 Mar 2004 18:49 GMT | 1 |
I've developing an ASP.NET C# web application and until recently, everything was running fine. Now, if I File.Delete on a file in a specific folder, I get the 'Access to path C:\inetpub\wwwroot\pages\forms\training.doc is denied' error However, it is only on this specific folder. ...
|