How To Install ASP.NET on Windows XP Professional and Windows 2000 Professional or Server (Service Pack 4)
| • | Installing ASP.NET 1.1 on Windows XP Professional and Windows 2000 Professional or Server (Service Pack 4) |
| 1. | Click Start and then click Run. |
| 2. | In the Open box, Type or copy the following (exactly as it appears): %windir%\Microsoft.net\framework\v1.1.4322\aspnet_regiis.exe -i NOTE: '%windir%' is a placeholder that tells Windows to use the \Windows folder, whatever the name might be or wherever it might be located. You can copy the line exactly as it appears in this documentation and it will install ASP.NET. The placeholder is used here because sometimes Windows 2000 Professional and Server will have the Windows folder named WINNT instead of Windows. Thus, its better to use the %windir% placeholder to ensure that the command will execute on your computer without any problems. |
| 3. | Click OK. |
| 4. | A command window will open and the ASP.NET installation will begin. The ASP.NET installation will take a few minutes to complete. Once completed, the command window will close. |