473,462 Members | 1,243 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Q: IIS 6.0 settings

Hello,
I have two questions about IIS 6.0. Please also let me know if there is a
specific newsgroup for IIS.
1. It seems I can define an IP address for my web site through IIS settings;
does it have to be the server that web application is on?
2. I have windows authentication and anonymous access checked. Will it be
any security issue since anonymous access is checked?
Thanks,
Jim.

Nov 19 '05 #1
8 1256
Hi Jim:

On Wed, 18 May 2005 07:01:09 -0700, JIM.H.
<JI**@discussions.microsoft.com> wrote:
Hello,
I have two questions about IIS 6.0. Please also let me know if there is a
specific newsgroup for IIS.
There is also microsoft.public.inetserver.iis.
1. It seems I can define an IP address for my web site through IIS settings;
does it have to be the server that web application is on?
Yes, although you can also leave the setting open. Some servers are
assigned multiple IP addresses, and IIS can route a request to the
right web site by looking at the requested IP. If you only have one IP
you can leave the setting as (All Unassigned).

2. I have windows authentication and anonymous access checked. Will it be
any security issue since anonymous access is checked?


Do you want anonymous users coming to the site?
Note: you'll also control access with web.config for ASP.NET apps.

--
Scott
http://www.OdeToCode.com/blogs/scott/
Nov 19 '05 #2
There is an IIS group:

Server: msnews.microsoft.com
Group: microsoft.public.inetserver.iis

1) The IP must be bound to a NIC (Network Interface Card) in the machine you
are working with IIS on. You cannot set this to another machine. You can,
however, administer another machine from the MMC console, by selecting a
different machine (under the file menu). If you want muliple sites on
different addresses, bind multiple addresses to the NIC.

2) If you have anon checked, the default is anon. If a particular page has
an ACL set (permissions), the windows login box will fire. Otherwise, the
user will be authenticated as the anonymous user account, even if they have
an account on your system.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"JIM.H." wrote:
Hello,
I have two questions about IIS 6.0. Please also let me know if there is a
specific newsgroup for IIS.
1. It seems I can define an IP address for my web site through IIS settings;
does it have to be the server that web application is on?
2. I have windows authentication and anonymous access checked. Will it be
any security issue since anonymous access is checked?
Thanks,
Jim.

Nov 19 '05 #3
Hi Scott/Cowboy.
Thanks for the replies.
1. So I have to have a second network card to be able to use a different IP
address?
2. I already have a login page and I am authentication the user, I also have
anonymous access checked, because if not, it was not working properly. Where
does anonymous access become in use? Why do we need it? Users are already
authenticated so why don’t we let system use anonymous access if it requires?
Any problem?
Thanks,
Jim.

"Scott Allen" wrote:
Hi Jim:

On Wed, 18 May 2005 07:01:09 -0700, JIM.H.
<JI**@discussions.microsoft.com> wrote:
Hello,
I have two questions about IIS 6.0. Please also let me know if there is a
specific newsgroup for IIS.


There is also microsoft.public.inetserver.iis.
1. It seems I can define an IP address for my web site through IIS settings;
does it have to be the server that web application is on?


Yes, although you can also leave the setting open. Some servers are
assigned multiple IP addresses, and IIS can route a request to the
right web site by looking at the requested IP. If you only have one IP
you can leave the setting as (All Unassigned).

2. I have windows authentication and anonymous access checked. Will it be
any security issue since anonymous access is checked?


Do you want anonymous users coming to the site?
Note: you'll also control access with web.config for ASP.NET apps.

--
Scott
http://www.OdeToCode.com/blogs/scott/

Nov 19 '05 #4
Hello Cowboy,
Thanks for the reply. What you mean by bind. I went to IIS and used
advanced>Add to add new ip addresses and port number. When I say ipconfig it
seems my adapter has 2 ip addresses, Does it all I need to do to bind?
Jim.

"Cowboy (Gregory A. Beamer) - MVP" wrote:
There is an IIS group:

Server: msnews.microsoft.com
Group: microsoft.public.inetserver.iis

1) The IP must be bound to a NIC (Network Interface Card) in the machine you
are working with IIS on. You cannot set this to another machine. You can,
however, administer another machine from the MMC console, by selecting a
different machine (under the file menu). If you want muliple sites on
different addresses, bind multiple addresses to the NIC.

2) If you have anon checked, the default is anon. If a particular page has
an ACL set (permissions), the windows login box will fire. Otherwise, the
user will be authenticated as the anonymous user account, even if they have
an account on your system.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"JIM.H." wrote:
Hello,
I have two questions about IIS 6.0. Please also let me know if there is a
specific newsgroup for IIS.
1. It seems I can define an IP address for my web site through IIS settings;
does it have to be the server that web application is on?
2. I have windows authentication and anonymous access checked. Will it be
any security issue since anonymous access is checked?
Thanks,
Jim.

Nov 19 '05 #5
JIM.H. <JI**@discussions.microsoft.com> wrote:
Hi Scott/Cowboy.
Thanks for the replies.
1. So I have to have a second network card to be able to use a different
IP
address?


no
--
William Tasso
Nov 19 '05 #6
William,
Thanks for the reply. How does two IP address work for one machine? If one
card have more than one IP address assigned, how does it communicate with the
network? With witch IP address? How does it select it?
Thanks,
Jim.
"William Tasso" wrote:
JIM.H. <JI**@discussions.microsoft.com> wrote:
Hi Scott/Cowboy.
Thanks for the replies.
1. So I have to have a second network card to be able to use a different
IP
address?


no
--
William Tasso

Nov 19 '05 #7
JIM.H. <JI**@discussions.microsoft.com> wrote:
...
How does two IP address work for one machine? If one
card have more than one IP address assigned, how does it communicate
with the
network? With witch IP address? How does it select it?


Whichever nic has the gateway address specified, then (I believe, but do
chack) it uses the first IP allocated.

But this has strayed way off-topic already for this group.

--
William Tasso
Nov 19 '05 #8
Check out :
http://www.estouaqui.com/docs/IIS50_...re/iinmres.htm

The section titled "Multiple IP Addresses"


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:7D**********************************@microsof t.com...
William,
Thanks for the reply. How does two IP address work for one machine? If one
card have more than one IP address assigned, how does it communicate with the
network? With witch IP address? How does it select it?
Thanks,
Jim.
"William Tasso" wrote:
JIM.H. <JI**@discussions.microsoft.com> wrote:
> Hi Scott/Cowboy.
> Thanks for the replies.
> 1. So I have to have a second network card to be able to use a different
> IP
> address?


no
--
William Tasso

Nov 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: GS | last post by:
Hi, There is reference about accessing settings file in VB.NET but nothing about C#. How do I read settings in application settings file with C#? Thanks, G
2
by: GS | last post by:
How do I use My.Settings equivalent in C#? Below is part of MSDN documentation about accessing settings file. I wrote C# console application using VS 2005 and .NET 2.0 and would like to use new...
10
by: Paul Cheetham | last post by:
Hi, I am developing an application that needs to store some machine-specific settings. The application is going to be published on the network in order to keep the clients on the latest version....
10
by: Chris Dunaway | last post by:
I have an .exe console project and a class library project as part of a solution. The .exe has an App.config file and I have used the Settings page to add some Application level settings. When...
2
by: MacKris | last post by:
Hi, I'm a chemist trying to use the python script GaussSum.py with gnuplot for creating dataplots, and need some help. Whenever I try to produce a plot from the GaussSum GUI I get the error sh:...
3
by: Jon Slaughter | last post by:
I wrote an app that needed to save settings such as colors, fonts, etc... after hours of trying to use ConfigurationManager and AppSettings along with a few other things I finally found that I...
5
by: Andy | last post by:
I need to write a VB.NET WinForms app. For this purpose I need to keep some settings of the application, like many other Windows applications do. The most obvious solution is to store settings in...
0
by: =?Utf-8?B?UmljayBHbG9z?= | last post by:
For some unknown reason (user error?), I cannot get a NameValueCollection to persist in the app.config file. Unlike other settings, I cannot get the String Collection Editor GUI to allow my to...
6
by: WT | last post by:
Hello, Using VS2005. I have an assembly library that can be called from a Web site asp.net application or from a winform application. From this library I need to retrieve a path using simply a...
5
by: Rainer Queck | last post by:
Hello NG, Is it possible to share the settings of an application with a class libreary? In my case I have a application and a set of different reports (home made) put into a class library. The...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.