Install and Configure IIS in Windows XP
|
If IIS is not installed (it's not installed by default):
- Control Panel, Add or Remove Programs.
- Select the link to Add/Remove Windows Components.
- Add a checkmark to Internet Information Services (IIS)
- While it's selected, click Details.
- Uncheck SMTP
- Click Ok then Next and wait for the IIS installation to
finish.
Tip: Get your Windows XP Pro CD ready before you start so you have it
handy if the installation process asks for it.
Next:
- From Control Panel, Administrative Tools, open Internet Information
Services.
- Expand the view so you can see Default Web Site.
- Right click on it and choose New, Virtual Directory.
- Follow the steps in the wizard to add a Virtual Directory.
- The first field will be the name of the directory, such as calendar.
(This name is used in the publishing URL.)
- The second field needs the path on the hard drive. This needs to be
a folder all users will have access to - I recommend creating a
folder in the root of the hard drive, such as C:\calendar.
- You need Read and Write permission on this virtual
directory.
- Choose Browse if you want users to be able to
browse for the calendar they want to view.
For Best security:
- Right click on the virtual directory you created.
- Select Properties
- On the Directory Security tab, choose Edit in the
Anonymous access section at the top of the dialog.
- Remove the check to allow Anonymous access.
- Click to use Windows Integrated Authentication.
- Click OK.
This prevents people outside your network from gaining access to
the calendar through the Internet.
If users will access the calendar files from other computers on
the network:
- Open Control Panel, User Accounts
- Create a new User account for this computer. (i.e., username
of Calendar)
- Assign a password to this account.
When other members of your network attempt to access this
computer, they will enter the username and password you created
above. Note: a new account is not necessary if you are using this
method to share calendars between user accounts on the computer
where IIS is running.
IIS is now installed and ready to use to use for publishing
calendars.
|