Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added information about CGI and .NET features on webserver

Required Web Server Components

When activating the Web Server role to install IIS be sure to select the following option to enable CGI access:

Web Server > Web Server > Application Development > CGI

Image Added

If the web server will also run the OEngineServer service to process requests you'll need to ensure the following feature is installed:

.NET Framework 3.5 Features

Image Added

Pass Through Error Messages

For optimum usability the SRP HTTP Framework generates HTTP status codes that are appropriate to a particular response generated by the framework. For instance, HTTP status 404 indicates the requested resource wasn't found. There are other HTTP status codes which might need to be returned by your application.

...