| Security Design: Authenticating users by IP address (7 replies) |
| ASPFriends.com 'aspngsec' list |
| Hi all, I'm looking for options on how to Authenticate users. Intranet users who visit the site DO NOT have to login. Extranet users who visit the site with a domain name need to log in except if they come from a group of fixed ip addresses. We have a requirement to recognize some Hotel Users by there IP address because they don't want the extra burden of remembering passwords for the numerous pot... |
|
| forms-authentication (5 replies) |
| ASPFriends.com 'aspngsec' list |
| I tested the example and i liked very much this way to make security, but i didn't understand one thing, inside my project if i have some pages that no need be check(no security). how can i mark the pages that need or not check the security ? thanks a lot, []s, Gustavo. Original Message From: Scott Mitchell [mailto:mitchell@4guysfromrolla.com] Sent: segunda feira, 5 de agosto de 2002 17:12 To: asp... |
|
| Installing an APPlication (3 replies) |
| ASPFriends.com 'aspngsec' list |
| Moved from [aspngstart] to [aspngsec] by Victor Von Doom doctordoom@aspelite.com Hi all, I am installing a web application on a client that just installed the .NET framework When I go to run the application I get an error message, that says something to the effect of "This application can be started, check the event log for errors" In the eventlog, the error basically says that there is something ... |
|
| Forms Security and .Net Service Packs (3 replies) |
| ASPFriends.com 'aspngsec' list |
| I have noticed that each time I upgrade .Net with a new service pack on my server I find that all the users that are using Forms security and cookies to remember their logins have to re login to the site. Do any of you know why this is happening and how to avoid it? Cheers, Julian Voelcker The Virtual World (UK) Limited Cirencester, United Kingdom |
|
| Copy protecting desktop application (12 replies) |
| ASPFriends.com 'aspngsec' list |
| I need to copy protect a desktop application so that distributors and end users cannot easily copy the application and use it without our knowledge. Since the product will sell in the $5 $10,000 range per copy, this is a fairly important consideration. I would like to distribute a license key separately from the application so that the application cannot be started without it. How can I create a k... |
|
| Does this code actually authenticate a user on ADSI..... (3 replies) |
| ASPFriends.com 'aspngsec' list |
| Dim sADPath As String "LDAP://MyADDomainString" Dim DE As New DirectoryEntry(sADPath, username, password) Try If Not DE.Name Is Nothing Then Return True 'Authentication Successful End If Catch err As Exception Return False ' Authentication Failed Finally DE Nothing End Try It apears tome that this code is just verifying that they a person with the value in 'username' has a Name property in AD. So,... |
|