What permissions should I run my Cgi scripts under?
All CGI scripts should be placed in the CGI-BIN and set to chmod 755.
Continue Reading...Do you support ASP.Net?
Yes, ASP.Net is offered only on Windows based server. ASP.Net cannot run on Linux based servers. From the WSP control panel, you can choose the version of .Net framework your website requires to run on.
Continue Reading...Do you support ASP?
Yes, ASP is offered only on Windows based server. ASP cannot run on Linux based servers.
Continue Reading...Sugar CRM Optimization tips
If your Sugar CRM is exhibiting performance lags, try these steps to optimize your SugarCRM performance: Drop the absolute totals from List Views by adding ‘disable_count_query’ = true; to your SugarCRM’s config.php file. Alternatively, you can create a file config_override.php and add $sugar_config[‘disable_count_query’] = true; to it. Disable Automatic query repetition on to config_override […]
Continue Reading...Register ASP.NET SQL Provider
ASP.NET includes a SQL Server provider for the following ASP.NET features: Membership (the SqlMembershipProvider class). Role management (the SqlRoleProvider class). Profile (the SqlProfileProvider class). Web Parts personalization (the SqlPersonalizationProvider class). Web events (the SqlWebEventProvider class). To register your database as ASP.NET provider you need to run the Aspnet_regsql.exe tool, which can be found in C:%windir%Microsoft.NETFrameworkaspnet_regsql.exe […]
Continue Reading...PHP SMTP Authentication
Part of what makes the PHP mail() function is so simple is its lack of flexibility. Most importantly, the stock mail() does not allow you to use the SMTP server of your choice, and it does not support SMTP authentication, required by our mail servers. Fortunately, overcoming PHP’s built-in shortcomings need not be difficult, complicated […]
Continue Reading...Support for PHP 5.4, 5.3, 5.2 (Linux Shared Packages)
We currently offer support for PHP 5.4 under our Linux Shared plans per request. Please note that a lot of the currently available applications may not be supported with version of PHP 5.4 or 5.3 If you need to use different version you should be able to switch the PHP version to PHP 5.2 following […]
Continue Reading...Changing PHP version (CPanel)
The following article is outlining how PHP version for a Linux Shared Hosting account can be changed. Please, note this is new functionality that has been included since June 30th of 2012. If your control panel does not allow for these changes please, contact our support. To select a different PHP version you need to […]
Continue Reading...Enable Microsoft Report Viewer 2008 on IIS 7
To enable Microsoft Report Viewer on IIS 7, please add the following line to the <handler> section in you site web.config : <add name=”Reserved-ReportViewerWebControl-axd” path=”Reserved.ReportViewerWebControl.axd” verb=”*” type=”Microsoft.Reporting.WebForms.HttpHandler” resourceType=”Unspecified” />
Continue Reading...Persist ASPJpeg error when using ASP.NET
If you receive the following error: BC30002: Type ‘ASPJPEGLib.IASPJpeg’ is not defined. You need to import ASPJPEGLib namespace for example: <%@ Import Namespace=”ASPJPEGLib” %>
Continue Reading...