views:

23

answers:

2

What are the basic system requirement for installing asp.net mvc 2 application.

Edited:- If I want to host the asp.net mvc 2 application on the windows XP then is there any special requirement like IIS version, Framework, service packs or else ?

+1  A: 

AS per the MVC download page, any of the following operating systems:

Windows Server 2003, Windows Server 2008, Windows Vista, Windows XP

Required framework:

.NET 3.5 SP1 Framework

As per the framework download page, it has the requirements:

  • Processor:
    • 400 MHz Pentium processor or equivalent (Minimum)
    • 1GHz Pentium processor or equivalent (Recommended)
  • RAM:96 MB (Minimum); 256 MB (Recommended)
  • Hard Disk: Up to 500 MB of available space may be required
GenericTypeTea