DO YOU SUPPORT ASP.NET [HTTP://ASP.NET/] APPLICATIONS THAT USES
CODE-BEHIND?
Yes. You will need to upload the following files to your account,
then your code-behind application will work just fine.
*.aspx
*.asmx
*.dll (into the bin directory) ...
HOW TO ADD A DOMAIN NAME MANUALLY FROM IIS?
We assume you are trying to add a domain name manually from your
Windows 2003 server IIS and all connections were already set up
properly. All your clients can browse your domain / IP but they are
asked for us...
When a user hits your website a call is made to your server here to
deliver the requested files. The larger the files are, the longer it
will take for your webpage to load for your visitors. By enabling gzip
compression you're reducing the size of the fil...
Every time a visitor loads a webpage it has to download all the web
files to properly display the page. This includes all the HTML, CSS,
JavaScript, images and videos. LEVERAGING THE BROWSER CACHING allows
you to control for how long the browser should ca...
HOW TO RESTART APACHE SERVICES VIA SSH?
1. Open PuTTY
2. Enter the IP address and specific port number inside Hostname or
IP and Port column
3. Type the below command inside SSH>Remote command
_/etc/init.d/httpd restart_
Google Analytics is a system created by Google that can track traffic
and metrics on your website. By adding Google Analytics to your
website, you can track and analyze the amount of visitors your website
receives, the keywords users entered to find your ...
The below code when added to an .htaccess file will automatically
redirect any traffic destined for http:_ to https:_
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Posted in 247liveSupport newspost on 02 June 2015 04:11 PM
ATTENTION: All phpMyAdmin users & Administrator
Dear valued customers,
We were notified by our security team that the LATEST PHPMYADMIN
VERSION AS OF TODAY IS --> 4.4.8
The latest version i...
WHAT ASP COMPONENTS DO OUR SHARED SERVERS SUPPORT?
The ASP components supported are CDOSYS, CDONTS, ASPEmail, ASPUpload,
ASPJpeg, Microsoft IIS 6 and 7 Components (depending on subscription
plan).