HOW TO: Determine Whether a Server Meets the Minimum Requirements for Installing the .NET Framework (815176)



The information in this article applies to:

  • Microsoft .NET Framework 1.1
  • Microsoft .NET Framework 1.0

SUMMARY

This step-by-step article discusses how to determine whether the server meets the necessary hardware and software requirements to install the .NET Framework. This information becomes more important when you do the installation of .NET Framework or Microsoft Visual Studio .NET in silent mode.

back to the top

Verify the Operating System and Hardware Requirements

You can install the .NET Framework on almost any computer that runs one of the following Microsoft operating systems:
  • Windows 2000 Professional
  • Windows 2000 Server
  • Windows 2000 Advanced Server
  • Windows XP Professional
  • Windows NT 4.0
  • Windows Millennium Edition (Me)
  • Windows 98
The following are the minimum system requirements for the .NET Framework:
  • Processor: Intel Pentium class, 133 megahertz (MHz) or greater
  • RAM: 128 megabytes (MB) (256 MB or greater recommended)
  • Hard disk space required to install: 600 MB
  • Hard disk space required: 370 MB
  • Video: 800x600, 256 colors
To verify whether your computer meet these requirements, use one of the following methods:
  • Click Start, point to Programs, point to Accessories, point to System Tools, and then click System Information.

    - or -
  • Use the Winmsd.exe tool: click Start, click Run, type winmsd.exe in the Open box, and then press ENTER. The System Information window opens.
back to the top

Verify that Windows 2000 Service Pack 2 is Installed

Before you install the .NET Framework on a Windows 2000-based computer, you must have Windows 2000 Service Pack 2 installed. To verify that Service Pack 2 is installed, follow these steps:
  1. Right-click Start, and then click Explore.
  2. Right-click My Computer, and then click Properties.
  3. The System Properties dialog box appears and displays the service pack level of the system on the General tab.
To download service packs for Windows 2000, visit the following Microsoft Web site:back to the top

Verify that Microsoft Data Access Components (MDAC) 2.7 or later is Installed

If you plan to install .NET Framework applications that access databases, you must have MDAC 2.7 or later installed on the system. To verify that MDAC 2.7 or later is installed, follow these steps:
  1. Locate the Msdadc.dll file on the client computer. By default, this file is stored in the \Program Files\Common Files\System\Ole DB\ folder.
  2. Right-click the file, and then click Properties.
  3. On the Version tab, verify that the file version is 2.7 or later, and then click OK.
To download the latest version of MDAC, visit the following Microsoft Web site:

Data Access Technologieshttp://www.microsoft.com/data/

back to the top

Verify that Microsoft Internet Information Services (IIS) 5.0 is Installed

To deploy an ASP.NET application, you must have Internet Information Services (IIS) 5.0 installed on the target system. You do not have to have IIS for Windows forms applications that use the .NET Framework. To verify that IIS is installed, follow these steps:
  1. Click Start, point to Settings, click Control Panel, and then double-click Add/Remove Programs.
  2. Click the Add/Remove Windows Components button. The Windows Components Wizard starts.
  3. On the Windows Components page, verify that Internet Information Services (IIS) is selected.
  4. Click Next, and then follow the instructions provided by the wizard.
back to top

REFERENCES

For additional information about this topic for the client, click the following article number to view the article in the Microsoft Knowledge Base:

815177 HOW TO: Determine Whether a Client Meets the Minimum Requirements for Installing the .NET Framework

For more information, visit the following Microsoft Web sites:

How to Get the Microsoft .NET Framework
http://msdn2.microsoft.com/en-us/netframework/default.aspx

back to the top

Modification Type:MajorLast Reviewed:10/17/2006
Keywords:kbRedistribution kbDeployment kbinstalllocations kbServer kbHOWTOmaster KB815176 kbAudDeveloper