Fixing System.ComponentModel.Win32Exception: Access is Denied

The System.ComponentModel.Win32Exception: Access is denied error occurs after publishing .NET 4.5 or higher applications when the runtime cannot execute bin/roslyn/csc.exe due to missing permissions. This guide provides context on why it happens on Windows hosting plus two proven solutions: uninstal

Hide Items by Status Addon Changelog & Release Details

Version 1.1.0 of the Hide Items by Status Addon was released on 08.05.2015 as the initial release. This guide provides the original changelog entry along with expanded context on its purpose for .NET applications, prerequisites, step-by-step installation and configuration, code samples, common pitfa

What Currencies Are Supported with the Coinbase Payment Gateway Module?

The Coinbase Payment Gateway module supports all major currencies, enabling seamless international transactions for ASP.NET applications. This guide details how the support works, configuration approaches, best practices for multi-currency setups, common errors to avoid, and testing steps to ensure

How to Connect to Microsoft SQL Server Over SSL

All SQL Server instances have SSL enabled. This guide shows how to connect securely from ASP and ASP.NET apps using encrypt=true in your connection strings and how to enable Encrypt Connection in SQL Server Management Studio. Use the exact hostname from your control panel to prevent certificate erro

How to Execute aspnet_regsql on Shared SQL Server Database

The standard Microsoft aspnet_regsql tool generates scripts unsuitable for shared SQL Server due to permission requirements. ASPnix supplies a modified SQL script that works in our shared environment. Log in to your billing account to download the file, extract it, and run the script in SQL Server M

What Are the SMTP Settings for Windows?

Essential guide to SMTP settings on Windows for Outlook and ASP.NET sites. Includes setup instructions, C# code examples, port recommendations, security practices, and troubleshooting tips for reliable email delivery from clients, websites, and forms. Contact support for account-specific values.

How to Send Mail from Your Website on Windows Shared Services

Configure SMTP mail sending from websites on Windows shared hosting using our dedicated server mailer.anaxanet.com with no authentication. This guide details ports, restrictions on FROM addresses, why PHP mail() is disabled, and provides complete code samples for ASP.NET C#, VB, Classic ASP, and PHP

Is ASP.NET Full Trust Mode Available?

Yes, our Windows services support and only support ASP.NET full trust mode. It is enabled by default with no configuration required. Create your website, select the ASP.NET version, and deploy your application immediately. Full trust removes CAS restrictions that commonly break components needing fi

ASPnix Server-Side Language Limits and Settings

ASPnix applies fixed limits for Classic ASP, ASP.NET, PHP, and IIS on shared hosting to ensure stability and fair resource use. Classic ASP and ASP.NET allow 1 GB uploads and 90-second execution. PHP is limited to 64 MB uploads, 60-second script timeout, 1800-second input timeout, and 2 FastCGI work

MySQL ODBC and .NET Connector Support on ASPnix Windows Hosting

ASPnix Windows shared hosting servers include pre-installed MySQL ODBC drivers (legacy v3 and GA v5) and .NET connectors for .NET 2.0 and 4.0. This guide details version compatibility, provides C# connection examples for both interfaces, outlines best practices, and identifies common pitfalls when i

Cannot Find or Select .NET 3.5 or .NET 4.5

This is expected behavior. .NET 3.5 extends .NET 2.0 so enabling 2.0 provides access to its libraries and features. .NET 4.5 replaces .NET 4.0 so any 4.x selection activates 4.5 capabilities. This guide details the version mappings, control panel choices, web.config examples, and troubleshooting for