| Thread | Last Post | Replies |
|
| Windows Authentication and Domain Suffixes | 29 Sep 2005 16:28 GMT | 2 |
I've been baffled by this for awhile now. I have a simple site set up to use Windows Authentication, with an allow="*" and deny="?" to allow only domain users. The web server is Win2003 and is not exposed to the internet. If I access the site with the URL http ...
|
| Using WMI to grant permissions to new users on folder.. | 28 Sep 2005 20:05 GMT | 11 |
I would like to programatically modify the security setting of folder. I am using Windows XP professional OS and C# as programming language.I am using WMI(Windows Management instrumentation) for that. I got a head start through a code that i got from Internet. Using ...
|
| ASP.Net 1.1 cookieless session security issue? | 28 Sep 2005 18:39 GMT | 1 |
We are developing a webshop in asp.net. We did not want to use cookies for session management, so we tried cookieless sessions. This changes the URL requested to something like http://.../WebApplication3/(xwa4n4a3cr45h2idog25v355)/WebForm1.aspx
|
| Getting password from Basic authenticated site | 27 Sep 2005 17:29 GMT | 1 |
Is there a way to retrieve the password of the user that was authenticated using Basic Authentication? What if the user was authenticated using Integrated Windows Authentication? Thanks in advance,
|
| Cannot start aspnet_wp.exe | 27 Sep 2005 11:33 GMT | 1 |
Well this little gem is popping up everywhere it seems! I installed VS.Net 03 on my machine along with all the pre-reqs including the .Net Redist framework 1.1. Subsequent to this, I lost the ability to run ASP let alone ASPX on my machine. All the information I have found ...
|
| Password and LDAP | 27 Sep 2005 11:21 GMT | 1 |
how can i know the expiry date for users PASSWORD in active directory ? i want to detect the date to notify the user about ? am using Asp.net with C# in my application .. So can you please tell me
|
| RedirectFromLoginPage: Returns to login page. | 26 Sep 2005 22:22 GMT | 2 |
I'm using the following code in my login.aspx page to validate a user. The FormsAuthentication.RedirectFromLoginPage(cUser,bPersistent) gets called but login.aspx gets redisplayed instead of returning to the calling page. If I change the address line in IE to the calling page I can ...
|
| Getting hacked? | 26 Sep 2005 09:09 GMT | 1 |
I have a web server that I have tried my best to secure from hacking. I see some sign that they have tried to hack. I haven't seen any corruption at my web site. Is there anything I am supposed to look for that tells me that I have been hacked?
|
| WebProxy with System.Net.WebClient | 25 Sep 2005 06:55 GMT | 3 |
i m trying to get html from a website using asp.net. i wrote following code to access html of a website. it works fine but whenever i try this code from network (behind proxy server) , it gives me error " The underlying connection was closed: Unable to connect to the remote ...
|
| Forms Authentication with Active Directory | 23 Sep 2005 18:15 GMT | 2 |
We are interested in using Forms Authentication with Active Directory. We understand that the presence of web.config prevents access to .aspx files unless authenticated. Is there similar mechanism that authenticate users against AD when they want to access Word files or PDF ...
|
| pop-up logon dialog box - Integrated Windows authentication - asp.net | 23 Sep 2005 00:40 GMT | 1 |
I'm experimentating with Integrated Windows authentication and am puzzled by certain aspect of the native pop-up logon dialog box. After all the setup, everything seems to work as expected: when logon to the domain, the dialog box does not show; when logon outside the domain ...
|
| Windows authentication information | 22 Sep 2005 03:44 GMT | 1 |
I want to create an application that uses Windows authentication only (cool windows NT pop-up), I have to use other criteria also suppose the user walks away for 15 min then checks the page again, then again I have to show the pop -up
|
| Access level needed to look up username | 21 Sep 2005 21:55 GMT | 2 |
Hi all, I'm currently using the following call to look up a user's windows Full Name from the domain controller: Dim strFilter = "(&(sAMAccountname=" & strUser &
|
| Certmgr | 21 Sep 2005 03:37 GMT | 3 |
I'm trying to use Certmgr.msc but when I run it I get message: "The certificates store cannot be enumerated. The system cannot find the file specified." This happens if I run from my dev work station or from my server. I
|
| (CustomIdentity)Thread.CurrentPrincipal.Identity - Cast not Valid | 20 Sep 2005 15:34 GMT | 8 |
I have created CustomPrincipal and CustomIdentity classes. Everything works great on my WinForms application, but as soon as i run my ASP.NET client I get a System.InvalidCastException: Specified cast is not valid error on the following line.
|