Setting up an IIS Account with a Password

  • Thread starter Thread starter Chococake
  • Start date Start date
Click For Summary
SUMMARY

To set up an account with a password in Internet Information Services (IIS), it is essential to understand that IIS typically runs under the default user account IUSR_. For security reasons, IIS manages this account's password automatically. To password protect specific areas of a website, modify the security settings of the desired file or folder by removing permissions for IUSR_ and ensuring another user account has at least read permissions. This configuration prompts a login window when accessing the protected content.

PREREQUISITES
  • Understanding of IIS user accounts and permissions
  • Familiarity with Windows file security settings
  • Basic knowledge of website structure and file management
  • Experience with IIS management console
NEXT STEPS
  • Learn how to configure user accounts in IIS
  • Explore IIS security settings for folder and file permissions
  • Research methods for password protecting web content in IIS
  • Study the implications of using the IUSR_ account for web applications
USEFUL FOR

Web developers, system administrators, and anyone responsible for managing IIS configurations and securing web content.

Chococake
Messages
2
Reaction score
0
IIS problm

I just can't set up an account with password in IIS instead of lettin it barely run under administrative mode :frown:
Teaching me softly with your gentle voice please, thank you
 
Computer science news on Phys.org
Can you be more specific on what you're trying to do? That hardly describes the problem at all. The one thing you need to do to get help is describe your problem as thoroughly as possible.
Are you trying to password protect a portion of your website? Do you want to change the default account IIS uses to run?
Basically IIS is set up to run under the User account IUSR_<machine-name>, where <machine-name> is the name of your computer. IIS usually controls the password, for security reasons, and you should let it, unless you don't want anonymous users to view your website. You can specify any other account to use to run IIS, just create a user and go to the IIS snap in and somewhere under security specify that account.
If all you want to do is password protect an area of your site, like a folder or file "default.html", just right-click on the file/folder, select properties, and on the security tab make sure the account IUSR_<machine-name> doesn't have any permissions. On the other hand, make sure that some other account has at least read permissions. If you access the folder/file whose security settings you've just edited you will get a Login window. Type in the info for a user with at least read permissions and you will view the file/folder.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 44 ·
2
Replies
44
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
10
Views
2K
  • · Replies 46 ·
2
Replies
46
Views
9K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
36
Views
5K