
| email this FAQ to a colleague
Q: How do I enable user password authentication? A:Authentication is triggered by using NT ACL's on the files in the Web tree. I'm guessing that if you use File Manager and look at security Permissions, that 'Everyone' has access to all files. A browser starts a session with a HTTP server as anonymous - which IIS translates to a specific user, IUSR_MACHINE. If this user doesn't have rights to a file, then the browser gets an access error from the server and pops up the username/password box. This username/password then are used as the credentials. Make sure the account exists, has the "Log on Local" user right (set with User Manager) and has privilege to the file you want to access (and that the anonymous account doesn't have
privilege). - Kevin E Piatt | Articles | | Feb 3, 2005 - ASP.NET Mixed Mode Authentication | | In many web applications it is desirable for both intranet users and external parties to be able to seamlessly log onto the system. The problem this raises is that it is not easy to allow intranet users to log in via Windows integrated authentication while also allowing external parties to log in to the same application using standard forms authentication. This article will show you one way to achieve the best of both worlds when it comes to authentication. [Read This Article] [Top] |
| | | | |
|