Wednesday, January 27, 2010

How to install ASP.NET on IIS using CMD or Command Prompt?

  • Open Command Line (CMD)
  • Change directory as follows
    • for 32-bit system change to:
      • %systemroot%\Microsoft.NET\Framework\\
    • for 64-bit system change to:
      • %systemroot%\Microsoft.NET\Framework64\\
  • Execute the command “aspnet_regiis.exe -i


No comments: