+ All Categories
Home > Documents > 1. IIS Installation

1. IIS Installation

Date post: 05-Apr-2018
Category:
Upload: naveen-muniraja
View: 226 times
Download: 0 times
Share this document with a friend

of 23

Transcript
  • 7/31/2019 1. IIS Installation

    1/23

    Installing IIS on Windows XP Pro

    If you are running Windows XP Professional on your computer you can install Microsoft's web server, Internet Information Server(IIS) for free from the Windows XP Pro installation CD and configure it to run on your system by following the instructions below: -

    1. Place the Windows XP Professional CD-Rom into your CD-Rom Drive.

    2. Open 'Add/Remove Windows Components' found in 'Add/Remove Programs' in the 'Control Panel'.

    Select ADD/Remove left side of the Add or Remove programs

  • 7/31/2019 1. IIS Installation

    2/23

    3. Place a tick in the check box for 'Internet Information Services (IIS)' leaving all the default installation settings intact.

  • 7/31/2019 1. IIS Installation

    3/23

    4. Once IIS is installed on your machine you can view your home page in a web browser by typing 'http://localhost' (you cansubstitute 'localhost' for the name of your computer) into the address bar of your web browser. If you have not placed your website

    into the default directory you should now be looking at the IIS documentation.

    5. If you are not sure of the name of your computer right-click on the 'My Computer' icon on your desktop, select 'Properties' from

  • 7/31/2019 1. IIS Installation

    4/23

  • 7/31/2019 1. IIS Installation

    5/23

    10. Next you will see a 'Browse...' button, click on this to select the directory your website pages are in on your computer, after

    which click on the 'next' button to continue.

    11. On the final part of the wizard you will see a series of boxes, if you are not worried about security then select them all, if you

    are and want to run ASP scripts then check the first two, followed by the 'next' button.

    12. Once the virtual directory is created you can view the web pages in the folder by typing 'http://localhost/aliasName' (where

    'aliasName' is, place the alias you called the virtual directory) into the address bar of your web browser (you can substitute

    'localhost' for the name of your computer if you wish).

    On windows 7:

    Install IIS 7

    1. To open the Windows Features dialog box, clickStart, and then clickControl Panel.

    http://learn.iis.net/file.axd?i=2239
  • 7/31/2019 1. IIS Installation

    6/23

    Figure 2: Windows Vista Start menu

    2. In the Control Panel, clickPrograms.

    Figure 3: Control Panel Home

    3. ClickTurn Windows features on or off.

    http://learn.iis.net/file.axd?i=2241http://learn.iis.net/file.axd?i=2240http://learn.iis.net/file.axd?i=2241http://learn.iis.net/file.axd?i=2240
  • 7/31/2019 1. IIS Installation

    7/23

    Figure 4: Control Panel install options

    4. You may receive the Windows Security warning. ClickAllow to continue. The WindowsFeatures dialog box is displayed.

    Figure 5: Windows Security dialog box

    5. Expand Internet Information Services.Additional categories of IIS features are displayed.

    Select Internet Information Services to choose the default features for installation.

    Figure 6: Windows Features dialog box - IIS

    6. Expand the additional categories displayed, and select any additional features you want to

    install, such as Web Management Tools.

    http://learn.iis.net/file.axd?i=2243http://learn.iis.net/file.axd?i=2242http://learn.iis.net/file.axd?i=2243http://learn.iis.net/file.axd?i=2242
  • 7/31/2019 1. IIS Installation

    8/23

    Figure 7: Windows Features dialog box - IIS feature selection

    7. If you are installing IIS 7 for evaluation purposes, you may want to select additional featuresto install. Select the check boxes for all IIS features you want to install, and then click OK to

    start installation.

    http://learn.iis.net/file.axd?i=2244
  • 7/31/2019 1. IIS Installation

    9/23

    Figure 8: Windows Features dialog box - Installation selection

    8. The progress indicator appears.

    Figure 9: Progress indicator

    9. When the installation completes, the Windows Features dialog box closes, and the ControlPanel is displayed.

    http://learn.iis.net/file.axd?i=2246http://learn.iis.net/file.axd?i=2245http://learn.iis.net/file.axd?i=2246http://learn.iis.net/file.axd?i=2245
  • 7/31/2019 1. IIS Installation

    10/23

    Figure 10: Control Panel Home page

    10. IIS 7 is now installed with a default configuration on Windows Vista or Windows 7. To

    confirm that the installation succeeded, type the following URL into your browser,

    http://localhost.

    http://localhost/http://localhost/http://learn.iis.net/file.axd?i=2248http://learn.iis.net/file.axd?i=2247http://learn.iis.net/file.axd?i=2248http://learn.iis.net/file.axd?i=2247http://localhost/
  • 7/31/2019 1. IIS Installation

    11/23

    Figure 11: Default Web site

    11. Next, you can use Internet Information Services Manager to manage and configure IIS. Toopen IIS Manager, clickStart, type inetmgr in the Search Programs and Files box, and then

    press ENTER.

    Figure 12: Default Web Site Home page

    If you want to use ASP, Microsoft ASP.NET, or PHP, install the modules needed to host thesepages; this can be done during the installation of IIS or after the installation is complete.

    Deploying charak in IIS :

    On windows xp

    1) Go start -> Run -> (type) inetmgrOne window will open.

    http://learn.iis.net/file.axd?i=2249
  • 7/31/2019 1. IIS Installation

    12/23

    Create a new virtual directory:

    2) After open a new window select website and in that select Default website

    (Right click on) Default website -> (select) New -> Virtual directory.

  • 7/31/2019 1. IIS Installation

    13/23

    3) One new window will open Virtual Directory creation wizard click on next

  • 7/31/2019 1. IIS Installation

    14/23

    4) It navigates to next window asks Alias name(give name as charaktraining)

    5) Navaigate to next window asks location of charak folder

  • 7/31/2019 1. IIS Installation

    15/23

    Click on browse and navigate to charak folder location

  • 7/31/2019 1. IIS Installation

    16/23

    Click on ok and click Next.

    6) Nevigate to next window

    Select all check boxex and click ok

  • 7/31/2019 1. IIS Installation

    17/23

    7) One pop up will open click yes then it navigates to next window Click on Finish Virtualdirectory creation is complte.

    Finally you can see like this

  • 7/31/2019 1. IIS Installation

    18/23

    To open iis in window 7

    Goto Start menu- > (Type ) inetmgr

    it will open this window

  • 7/31/2019 1. IIS Installation

    19/23

    To create new virtual directory -> Goto sites -> (select) DefaultWebsite->(Right Click)Add virtualDirectory

    It will give new window

  • 7/31/2019 1. IIS Installation

    20/23

    Give alias name and navigate to Charak Folder

  • 7/31/2019 1. IIS Installation

    21/23

    And click on ok it will give this window

  • 7/31/2019 1. IIS Installation

    22/23

    Select convert application

  • 7/31/2019 1. IIS Installation

    23/23

    Deploy is completed.

    Open fire fox-> and type ->http://localhost/charaktraining/security/loginmainpage.aspx.

    Application will open

    http://localhost/charaktraining/security/loginmainpage.aspxhttp://localhost/charaktraining/security/loginmainpage.aspxhttp://localhost/charaktraining/security/loginmainpage.aspx

Recommended