Articles

What are the steps to remotely manage my SQL Server 2019 or SQL Server 2022 database with SQL Server Management Studio? This article covers 3 steps needed to connect to your hosted Microsoft SQL Server database with... Blazor WebAssembly Application fails to load due to integrity errors or you receive an unhandled exception error If you encounter the error "An Unhandled Exception has Occurred" after publishing a Blazor... Breaking Changes Between .NET Core 7.0 and .NET Core 8.0 Introduction This article details the breaking changes introduced in .NET Core 8.0 compared to... Core-to-Core: Converting a Framework-Dependent App to Self-Contained in Visual Studio Below are instructions on how to change a Framework-Dependent .NET Core application to a... Error when accessing a WCF service: "This collection already contains an address with scheme http. There can be at most one address per scheme in this collection." For ASP.NET 4.X, add the following lines to your web.config: <system.serviceModel>... HTTP Error 500.30 Failed to Start Error After Publishing the application from Visual Studio After using the web deploy function of visual studio to publish our application to the production... HTTP Error 500.35 - ANCM Multiple In-Process Applications in same Process You receive the error message HTTP Error 500.35 - ANCM Multiple In-Process Applications in same... How do I Install an SSL Certificate on my Website? To install a Free Lets Encrypt SSL Certificate perform the following steps: Login to your... How do I Recycle my Website IIS Application Pool? 1. Login in to the Plesk Control Panel. 2. Click on Hosting & DNS. 3. Click on Dedicated... How do I access my Application Pool settings in Plesk? Adaptive provides you with the ability to manage certain aspects of your websites application... How do I connect to a MariaDB MySQL Database with ASP.NET in C# and VB.NET? Here is an example code for connecting to a MySQL database using ASP.NET and C#: csharpCopy... How do I create an MS SQL Database in my Plesk Control Panel? To create an SQL database within the Plesk control panel as a customer, follow these steps:... How do I deploy a Microsoft Blazor application? Open your Visual Studio then click "Create a new project" option to create a new project... How do I manage my MS SQL Database in Visual Studio? In this knowledge base article, we will guide you on how to manage a remote SQL database using... How do I migrate from ASP.NET 4.8 to .NET Core 7.0? Migrating from ASP.NET 4.8 to .NET 7.0 involves several steps, including updating project files,... How do I send an Email from a .NET Core App? To send an email from a .NET Core app, you can use the SmtpClient class in the System.Net.Mail... How do I send an email using ASP.NET? You can send an email using ASP.NET 4.8 by using the System.Net.Mail namespace. Here is an... How do I switch to .NET Core in the Plesk Control Panel? In the Plesk Control Panel, only ASP.NET versions 4.8 or 3.5.30729.4926 may be visible. However,... How do I upload, import, or migrate my existing SQL Database to your service? If you have created an application that uses an SQL database on your local computer and you want... How to Use the File Manager - Plesk The file manager is used to upload, remove and organize all website files. Click Websites and... How to query an SQL 2022/2019 database with the .NET SQL Data Provider in ASP.NET To query an SQL 2022/2019 database with the .NET SQL Data Provider in ASP.NET, you can follow... How to troubleshoot "HTTP Error 502.5 - Process Failure" with .NET Core Common causes of this issue: The application process failed to startThe application process... How to use FTP to publish application via Visual Studio. The following instructions apply to Web Application Projects.   To publish your web... How to use the Web deploy feature via Visual Studio By Default Web Deploy is enabled for all ASP.NET Hosting Accounts. These instructions should work... Installed .NET Core Runtimes .NET Core versions currently supported:   .NET Core versions supporting framework-dependent... List of FTP Client Software Below is a list of some of these third-party FTP clients. Windows FileZilla WinSCP... Managing File Permissions using the Plesk File Manager If you are getting permission denied errors on your website, it's possible that you need to allow... Managing the Web Application Firewall (WAF) in Plesk Introduction Plesk is a popular web hosting control panel that enables users to manage multiple... Migrating from .NET Core 6 to .NET Core 7 Update the .NET Core SDK version in global.json to 7.0.100, or the version that's installed on... Migrating from ASP.NET Core 5.0 to .NET Core 6.0 ASP.NET Core is an open-source, cross-platform framework for building web applications. The... New Enhancements in Blazor with .NET Core 8.0 Introduction This article provides an overview of the latest enhancements in Blazor as part of... PUT HTTP requests fail on a domain on a Plesk for Windows server: HTTP Error 405 (Method Not Allowed) Symptoms When using a PUT HTTP method in an application, one of the following errors is shown:... Plesk Website Import Utility Importing Websites You may want to import content from a different website that... Publishing an ASP.NET Core Web App to Adaptive Web Hosting 1. Create a Database In the Adaptive Web Hosting Plesk control panel, create an MS SQL... SQL Data Import/Export Wizard Start the SQL Server Import and Export Wizard from SQL Server Management Studio (SSMS) In... Server Error in '/' Application. Validation of viewstate MAC failed or AntiForgeryToken Exception in ASP.NET MVC or .NET Core You receive the following message from time to time on your ASP.NET Website:   Server Error in... Troubleshooting 403 Error in .NET Core App When Executing PUT or DELETE Requests In this knowledge base article, we'll go over potential issues and solutions when encountering a... Understanding the Differences Between .NET Core 7.0 and .NET Core 8.0 Introduction This knowledge base article provides an in-depth comparison between .NET Core 7.0... Upgrade ASP.NET Core Web 3.1 app to ASP.NET Core 5 To Upgrade ASP.NET Core Web 3.1 app to ASP.NET Core 5, follow these steps. Download and... Upgrading an Application from .NET Core 7.0 to .NET Core 8.0 Introduction This article provides a step-by-step guide for developers on upgrading an... What OS is used on your Windows web servers? For ASP.NET, .NET Core, and SQL 2022 / 2019 Hosting Plans we utilize Windows 2022 and 2019... What are the differences between ASP.NET 4.8 and .NET Core 7.0? ASP.NET 4.8 and .NET Core 7.0 are two different frameworks used for building web applications and... Which versions of ASP.NET do you support? The following versions of ASP.NET are supported.  Please note that .NET Core versions are... Why is my WebStats Password Protected in Plesk? By default, web statistics page protected with a login and password of the admin user of the... You receive a 404 Page Not Found Error when visiting the Plesk Website Statistics for your domain. The issue is caused by the configuration line below in the web.config file of a .NET Core... You receive an HTTP 404 ERROR with an ASP.NET Core API or Website 1. First, check if you have uploaded all necessary files of your API site to the server. We... You receive the following message in your browser after deploying an ASP.NET Core or Blazor App. An error occurred while processing your request. Request ID: 00-e8eba18f7bd7cc953b3d83c95e46ce1a-51dab3fefddb8ae8-00 Development Mode It further states: Swapping to the Development environment displays detailed information about...
« Back