Thread: Iis
-
May 9th, 2004, 01:49 AM
#1
Member
Iis
I recently installed IIS and when people try to go to my site it asked them for a username and password.
Its IIS Version 5.0
-
May 9th, 2004, 02:23 AM
#2
What happens if a big asteroid hits the Earth? Judging from realistic simulations involving a sledge hammer and a common laboratory frog, we can assume it will be pretty bad. - Dave Barry
-
May 9th, 2004, 02:42 AM
#3
I imagine his problem is that he doeesn't want his site to ask for a username and password.
he wants his site to be public correct?
Let me do some searching and see what I can't find infostreaker.
-
May 9th, 2004, 02:55 AM
#4
I no that cheyenne,
My point is he has put a web site up and does not even no the basics. I no nothing on the subject. But i would not put up a web site if i didn't no at least something about what i am doing.
Anway i no this link pertains to IIS6 but you should still get some good info off it:
http://www.microsoft.com/windowsserv...s/default.mspx
What happens if a big asteroid hits the Earth? Judging from realistic simulations involving a sledge hammer and a common laboratory frog, we can assume it will be pretty bad. - Dave Barry
-
May 9th, 2004, 03:04 AM
#5
I thought he was showing it off...lol
-
May 9th, 2004, 03:22 AM
#6
Thats how you learn the basics though is by doing something.
-
May 9th, 2004, 03:24 AM
#7
True, and i never RTFM,
but i would not come here and make the post he did.
What happens if a big asteroid hits the Earth? Judging from realistic simulations involving a sledge hammer and a common laboratory frog, we can assume it will be pretty bad. - Dave Barry
-
May 9th, 2004, 03:26 AM
#8
yeah I do agreee that he could of done some searching, but what harm did it do? perhaps this thread will help some other member with the same problems.
-
May 9th, 2004, 03:37 AM
#9
Well lets look for the answere then.
This article describes how to configure Microsoft Internet Information Services (IIS) Web site authentication in Windows Server 2003. You can configure IIS to authenticate users before they are permitted access to a Web site, a folder in the site, or even a particular document contained in a folder in the site. Authentication in IIS can be used to strengthen the level of security on sites, folders, and documents that are not to be viewed by the general public.
Authentication in IIS is critical when resources are not meant for anonymous or public access, but when the Web server must be accessible to approved users over the Internet. Examples of Web site applications that require authentication access control include Microsoft Outlook Web Access (OWA) and the Microsoft Terminal Services Advanced Client.
back to the top
How to Configure Authentication in IIS
Start IIS Manager or open the IIS snap-in.
Expand Server_name, where Server_name is the name of the server, and then expand Web Sites.
In the console tree, right-click the Web site, virtual directory, or file for which you want to configure authentication, and then click Properties.
Click the Directory Security or File Security tab (as appropriate), and then under Anonymous and access control, click Edit.
Click to select the check box next to the authentication method or methods that you want to use, and then click OK.
The authentication methods that are set by default are Anonymous access and Integrated Windows authentication:
Anonymous access: When anonymous access is turned on, no authenticated user credentials are required to access the site. This option is best used when you want to grant public access to information that requires no security. When a user tries to connect to your Web site, IIS assigns the connection to the IUSER_ComputerName account, where ComputerName is the name of the server on which IIS is running. By default, the IUSER_ComputerName account is a member of the Guests group. This group has security restrictions, imposed by NTFS file system permissions, that designate the level of access and the type of content that is available to public users. To edit the Windows account used for anonymous access, click Browse in the Anonymous access box.
IMPORTANT: If you turn on anonymous access, IIS always tries to authenticate users by using anonymous authentication first, even if you turn on additional authentication methods.
Integrated Windows authentication: Formerly named NTLM or Windows NT Challenge/Response authentication, this method sends
Here is the link.
http://support.microsoft.com/default...uct=winsvr2003
What happens if a big asteroid hits the Earth? Judging from realistic simulations involving a sledge hammer and a common laboratory frog, we can assume it will be pretty bad. - Dave Barry
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|