Total Pageviews

RSS

Installation check list for .NET 2 Web Service Based Products

Operating System:          Windows Server 2000 / 2003

For Windows 2008 Check list click here

The following document walks you through the steps of verifying the installation pre requisites for products which are based on ASP.NET 2 Web Services

1.       Step 1 - Verify that IIS is installed

          a.       Launch Add /Remove Programs.
              Start --> Run --> appwiz.cpl

          b.      On the left pane, click on 'Add/Remove Windows Components' A 'Please Wait…' message appears.

          c.      Double Click 'Application Server'.

          d.      Verify that the following items are selected. If any of these items is not selected, check it.

                         i.      Internet Information Services (IIS) à Common Files

                         ii.      Internet Information Services (IIS) à FrontPage 2002 Server Extensions

                         iii.      Internet Information Services (IIS) à Internet Information Services Manager

                         iv.      Internet Information Services (IIS) à World Wide Web  à World Wide Web Service

                         v.      Enable Network COM+ Access

                         vi.      ASP.NET

                e.      Click OK, Click next and continue with the wizrd.

2.       Step 2 – Verify that Microsoft Dot Net Framework is installed.

          a.       Launch Add /Remove Programs.

                    Start --> Run --> appwiz.cpl

          b.      On the left pane, click on 'Change or Remove Programs.

          c.       Select the 'Show Updates' checkbox (Might take a while to complete…).

          d.      Browse the list to find 'Microsoft .NET Framework 2.0 Service Pack 2

          If you cannot find this item, you should install .Net FX 2.0 SP 2 from the following link: 

          http://www.microsoft.com/downloads/details.aspx?familyid=5B2C0358-915B-4EB5-9B1D-
    10E506DA9D0F&displaylang=en

3.       Step 3 – Verify that your machine is up-to-date.

          a.       Launch Windows Update Manager

                   Start --> Run --> wupdmgr
        - or -

          Browse to http://www.microsoft.com/downloads/details.aspx?familyid=5B2C0358-915B-4EB5-9B1D-
    10E506DA9D0F&displaylang=en

          b.      Follow the on-screen instructions to perform a full update of your operating system.

4.       Step 4 – Verify that ASP.NET 2.0 is registered with IIS.

          a.       Launch IIS Management Console

                    Start --> Run --> inetmgr

          b.      On the left pane, à 'Web Service Extensions'

          c.       On the right pane, Verify that ASP.NET v2.0.50727 is 'Allowed'.

 If the entry exists but is 'Prohibited', click on it and then click on the 'Allow' button.

If the entry does not exist (commonly happens when IIS is installed after the .NET framework is installed), you should re-register ASP.NET with IIS. To do that, run %WINDIR%\Microsoft.NET\Framework\v2.0.50727\ Aspnet_regiis.exewith –i switch (http://technet.microsoft.com/en-us/library/cc757148(WS.10).aspx)

try it...

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments:

Post a Comment