IIS and ASP.NET
- Last UpdatedMay 05, 2017
- 1 minute read
The Recipe Manager Plus web application requires IIS installed and ASP.NET configured. The Windows versions supported by Recipe Manager Plus include IIS, but IIS is not enabled in the default installation. If IIS is not enabled, it is enabled as part of the Recipe Manager Plus installation and configured automatically.
NOTE: Microsoft's IIS URL Rewrite module gets installed as a prerequisite by Recipe Manager Plus install. If it is removed from the computer, the Recipe Manager Plus web application will not run and give an error about missing module in web.config. You can reinstall the IIS URL Rewrite Module from the installation media (CD-RecipeMngrPlus\InstallFiles\Redist\IISURLRewrite2) by selecting the appropriate version based on the computer architecture (x86 or x64).
Should you have to manually configure IIS and ASP.NET, you must select the following subcomponents for Internet Information Services (IIS), depending on the version of Windows you are using.
-
Under Management Tools select:
-
IIS Management Console
-
-
Under Application Development Features select:
-
.NET Extensibility
-
ASP.NET
-
ISAPI Extensions
-
ISAPI Filters
-
For IIS8.0
-
ASP.NET 3.5
-
.NET Extensibility 3.5
-
ASP.NET 4.5
-
.NET Extensibility 4.5
-
WebSocket Protocol
-
-
-
Under Common HTTP Features select:
-
Default Document
-
Directory Browsing
-
HTTP Errors
-
HTTP Redirection
-
Static Content
-
-
Under Security select:
-
Request Filtering
-
Windows Authentication
-