Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 2.64 KB

system-requirements.md

File metadata and controls

70 lines (52 loc) · 2.64 KB

#System Requirements

##File & folder permissions

To ensure a stable and smoothly running umbraco installation, these permissions need to be set correctly.

##Hosting

###Umbraco 7.x.x

  • IIS 7+ (II6 may still work but is untested)
  • SQL CE, SQL Server 2008 (Express and higher)
  • ASP.NET 4.5 Full-Trust
  • Ability to set file permissions to include create/read/write (or better) for the user that "owns" the Application Pool for your site (NETWORK SERVICE, typically)

###Umbraco 6.x.x

  • IIS6+ (IIS 7 Preferred)
  • SQL CE, SQL Server 2008 (Express and higher) or MySQL
  • ASP.NET 4 Medium-Trust/Full-Trust (Should work in Medium-Trust environments, but Full-Trust is still preferred)
  • Ability to set file permissions to include create/read/write (or better) for the user that "owns" the Application Pool for your site (NETWORK SERVICE, typically)

###Umbraco 4.7.x

  • IIS 6+ (IIS 7 Preferred)
  • SQL CE, SQL Server 2008 (Express and higher) or MySQL
  • ASP.NET 4, MVC 3
  • Medium-Trust/Full-Trust (Should work in Medium-Trust environments, but Full-Trust is still preferred)
  • Ability to set file permissions to include create/read/write (or better) for the user that "owns" the Application Pool for your site (NETWORK SERVICE, typically)

###Umbraco 4.6.x (Codename JUNO)

  • IIS 6+ (IIS 7 Preferred)
  • SQL Server 2005+
  • ASP.NET 4
  • Medium-Trust/Full-Trust (Should work in Medium-Trust environments, but Full-Trust is still preferred)
  • Ability to set file permissions to include create/read/write (or better) for the user that "owns" the Application Pool for your site (NETWORK SERVICE, typically)
  • Possible to run in virtual directory, though still recommended not to

###Umbraco 4.5.x

  • IIS 6+ (IIS 7 Preferred)
  • SQL Server 2005+
  • ASP.NET 3.5+ (ASP.NET 4.0 Preferred)
  • Medium-Trust/Full-Trust (Should work in Medium-Trust environments, but Full-Trust is still preferred)
  • Ability to set file permissions to include create/read/write (or better) for the user that "owns" the Application Pool for your site (NETWORK SERVICE, typically)
  • Possible to run in virtual directory, though still recommended not to

###Umbraco 4.0.x

  • IIS 6+
  • SQL Server 2005+
  • ASP.NET 2.0+
  • Full-Trust (High-Trust is the minimum; Medium-Trust will not work)
  • Ability to set file permissions to include create/read/write (or better) for the user that "owns" the Application Pool for your site (NETWORK SERVICE, typically)
  • Virtual directories are not supported

##Browsers The Umbraco UI should work in all modern browsers:

###Umbraco 7.x.x

  • Firefox (Latest)
  • Chrome (Latest)
  • IE10+ (will not alway work correctly in lower versions)

###Umbraco 4/6

  • Firefox (Latest)
  • Chrome (Latest)
  • IE7+