In This Topic
We will be deploying the JSViewer_MVC_Core sample on cloud using AWS web service.
Prerequisites
This tutorial uses the .NET Core SDK to generate a basic .NET Core application, run it locally, and build a deployable package.
Requirements
- NET Core SDK x64 for Windows 1.0.1, 2.0.0, or later
Download .NET SDK from https://dotnet.microsoft.com/en-us/download and run the installer.
- ActiveReports 18 or later
See Install ActiveReports for more information.
- AWS Toolkit for Visual Studio 2022
- In Visual Studio 2022, from Extensions > Manage Extensions, search online for 'AWS Toolkit for Visual Studio 2022'.
- Select Download. The extension is scheduled for install.
- Close all instances of Visual Studio and restart your .Net project once you have installed the extension.
See Also