| Thread | Last Post | Replies |
|
| Question about windows integrated security | 31 Jan 2004 06:18 GMT | 6 |
I developed a small test app using ASP.NET. I left the vistual folder to be accessible only with windows integrated security. I try to access that app from another PC in my LAN. I don't have a domain controller, the lan works with Workgroup.
|
| DirectoryEntry Impersonate or WindowsIdentity Impersonate? | 31 Jan 2004 04:19 GMT | 3 |
Another security question. Our project interfaces with the Active Directory. To satisfy the security issues, we have a couple options when we talk to the Directory. 1. Use the WindowsIdentity to impersonate the current user either by impersonating the User.Identity where available ...
|
| Passport Requirements | 31 Jan 2004 02:01 GMT | 1 |
I have to develop a website demo using .Net Passport service. I'm wondering about this requirements: -Shall I have to install SSL server? -Should the computer be outside the firewall?Even if the website is an "internal" application...?
|
| Network Credentials not passing in Authentication mode | 30 Jan 2004 22:34 GMT | 12 |
All -- I've set up a directory where I simply want to know the person's name when he comes into the directory. I've set up the following: * Uncheck allow anon in IIS
|
| HttpWebRequest and 401 | 30 Jan 2004 16:39 GMT | 4 |
Here is what I am attempting to do: I have a NTLM protected site. There are some users who are not part of the domain (visitors) get challenged with a Pop up dialog box prompting for a user id, pwd and domain.
|
| Kerberos Delegation | 30 Jan 2004 12:37 GMT | 1 |
I would like to know if Kerberos Delegation is possible in a multi Hop scenario. For example: Is the following scenario possible? A Client C Transfer its {TGT} to server "S" for
|
| Re: ASP.NET Impersonation, XmlUrlResolver, and DefaultCredentials | 29 Jan 2004 22:46 GMT | 2 |
Just a quick follow up, I should note that it works when I manually pass credentials: Dim myCreds As New NetworkCredential("myuser", "mypassword", "mydomain") Dim myCache As New CredentialCache
|
| ldap or active directory | 29 Jan 2004 21:05 GMT | 1 |
In my current asp.net application i'm getting the user network short name and displaying that on the screen. What I want is the users Full name and display that instear. How can i go about doing that, would I use LDAP or Active directory to do that?
|
| Change user's group in ASP.NET | 29 Jan 2004 20:55 GMT | 3 |
I need a way to change a user's group in the OS. Unfortunately, I don't have Active Directory, so I won't be able to use it. I've searched through the docs, but couldn't find any way of doing so. I believe a task like this will require high permissions for the IIS
|
| Storing encrypted password in xml file?? | 29 Jan 2004 16:31 GMT | 1 |
I have an XML file that stores a Profile of a user, including the username, password, server name, etc. I want to be able to leave the XML file as plain text, but have the password attribute encrypted.
|
| SSL Problem | 29 Jan 2004 16:21 GMT | 1 |
I have an internet site set up for SSL. This is now in test stage, so I issued a test certificate from out domain server. When I access the site from my location (same domain as the issuing server)
|
| Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site? | 29 Jan 2004 02:13 GMT | 4 |
I am converting an ASP Website running Windows NT 4.0 to ASP.NET running Windows 2000 on a different computer across the Internet. During this process, both will be active and availble to users. The ASP site A uses Basic Authentication and has the user enter a UserID and
|
| Performance prolem when deploying | 28 Jan 2004 19:43 GMT | 3 |
We have a quite simple asp.net application that works fne on my XP development box. When we deploy it to a Windows 2003 Server performance is really poor when rendering pages. When I turn tracing on it shows that it takes more than 15 seconds between "Begin Render" and "End Render". ...
|
| Authentication | 28 Jan 2004 17:21 GMT | 2 |
I am using forms authentication. My application has frames [some of them are 20 pixels height]. When session times out and user clicks in one of these tiny frames, login page is loaded in this tiny frame but not visible Is there a way to send the top most parent's url as ReturnUrl ...
|
| The file is being used by some other process | 28 Jan 2004 15:59 GMT | 1 |
Am trying to read from and write to a same xml file.i have no prob when reading the xml file.but when i write to the same file i get the following error even after closing the reader object(which is open). The file is being used by some other process.
|