Table of Contents

Resources

This section provides a collection of links and resources that can help you with Oqtane installation, development, and usage. You can find information and guidance on various topics, such as Oqtane framework, IDE tools, IIS and .NET Core hosting, databases, modules, themes, localization, security, and more. You can also access the Oqtane blog and GitHub repository for the latest news, tips, and tutorials.

Note: The links in this section are external and may lead to websites that are not affiliated with Oqtane. Please use them at your own discretion and follow their respective terms and policies.

Oqtane Framework

IDE Tools

Visual Studio

IIS & .NET Core Hosting

Microsoft .NET

  • Microsoft .NET Downloads: Download the .NET Core Hosting Bundle for hosting .NET Core applications on Windows servers.
  • IIS URL Rewrite Module: Download and install URL Rewrite Module for configuring URL rewriting rules in IIS.
  • WebSocket Support on IIS: Instructions for enabling WebSockets on IIS.
  • Publish an ASP.NET Core app to IIS: This tutorial demonstrates how to host an ASP.NET Core app on an IIS server.
  • ASP.NET Core security topics: This article provides an overview of ASP.NET Core security features, including authentication, authorization, data protection, HTTPS enforcement, safe storage of app secrets, XSRF/CSRF prevention, CORS, and XSS attack prevention.

Databases

SQL Server

Microsoft SQL Server

MySQL

MySQL

PostgreSQL

PostgreSQL

SQLite

SQLite

Windows OS

Windows

Linux Ubuntu OS

Ubuntu

Apache HTTP Server

Apache HTTP Server

  • Apache HTTP Server Documentation: Official documentation for the Apache HTTP Server, providing comprehensive guides, configuration references, and troubleshooting tips.
  • Apache Foundation: The official website of the Apache Software Foundation, where you can find information about all Apache projects, including the HTTP Server.
  • Ubuntu: Install and Configure Apache: Tutorial going through the steps of setting up an Apache server on Ubuntu.
  • Host ASP.NET Core on Linux with Apache: This article explains how to set up Apache as a reverse proxy server on CentOS 7 to redirect HTTP traffic to an ASP.NET Core web app running on the Kestrel server.

Resources

  • Mozilla Developer Network (MDN): Visit MDN for comprehensive documentation and resources on web development, including HTML, CSS, JavaScript, and more.
  • Mozilla Server Side TLS Guidelines: Mozilla provides guidelines for configuring server-side TLS to enhance security. These guidelines cover various aspects of TLS configuration, including cipher suites, protocols, and certificate management.
  • Mozilla SSL Configuration Generator: This tool helps generate secure SSL configurations for popular web servers, including Apache, Nginx, and others. It provides recommended configurations based on Mozilla's SSL/TLS best practices.
  • Let's Encrypt: Let's Encrypt is a free, automated, and open certificate authority (CA) that provides SSL/TLS certificates to enable HTTPS on websites. Their website offers detailed documentation and resources for setting up HTTPS on web servers.

← Back to Installation Home