Welcome ! HomeHostStore Home
Support Center Home
Reference Center
• FAQ's
• User Guides
• Tutorials
• Downloads
• Web Glossary
• Useful Links
Support Tickets
• Create New Ticket
• Existing Ticket Status
• Control Panel Login
• Announcements
• Server Status
• Acceptable Use Policy
• Privacy Policy
FAQ's
Here you will find answers for the most frequently asked questions

FAQ's

Search FAQ's: in
  1. HTTP Error 503. The service is unavailable Error
  2. How do I connect to MSsql Database on Windows 2000/Windows 2003 Server using ASP?
  3. I'm not being able to send e-mails from outlook express. I guess my ISP is blocking port 25. Is there is any availbale ports to try?
  4. I cannot connect to my MS Access datasource from DreamweaverMX using ColdFusionMX. Help! (ColdFusion)
  5. How do I setup my email account at my Hshpere Control Panel (Windows Hosting) ?
  6. How to add a new domain to my hosting account (Windows Hosting) ?
  7. How do I upload my website files (Windows Hosting)?
  8. Is there is a method to test my website (Windows Hosting)?
  9. How do I fine tune my website (Windows Hosting)?
  10. How do I set my index pages instead of those specified in the default settings (Windows Hosting)?
  11. How do I change my FTP password using Hsphere control panel ?
  12. How to back up a mySQL database using phpMyAdmin?
  13. How to restore a mySQL database using phpMyAdmin?
  14. How do I backup my website and hosting account?
  15. How do I restore a backup created with CPanel?
  16. What is CPanel Backup?
  17. When I connect to my ASP page, it shows question marks (???????) instead of the arabic letters. How do I solve it?
  18. How can I get DBO permissions on my MSSQL user for this database?
  19. How do I create an application directory to host an ASP/ASP.NET application in one of the folders of my domain?
  20. When trying to use ASPEmail, I get an error saying that the premium features of ASP Email have expired. What am I doing wrong?
  21. Do you register custom or 3rd Party DLLs or ActiveX Controls for customers? How would I go about it?
  22. In my ASP website hosting on Win2003, my sessions are expiring very quickly in under 2 minutes. What can I do to prevent this?
  23. How do I connect to MS ACCESS Database on Windows 2000/Windows 2000 Server using ASP?
  24. How do I creating ODBC DSN Records on Windows Server?
  25. How do I Configure Outlook Express for sending mail?
  26. How do I make my MSSQL Server 2000 Database supports Arabic Language?
  27. How do I setup and use SSH?
  28. What is SSH and do you support it?
  29. What are the PHP programs that is installed at your server?
  30. Do you support PHP-Nuke ?
  31. What are the domain extensions which I can register through HostStore.net?
  32. How do I get my ASP.net application to display non-English language?
  33. Do you allow custom COM components?
  34. How can I view the error messages?
  35. My ASP.NET files shows the following error message: Error: Failed to start monitoring file changes?
  36. What is the cause of a parser error?
  37. Why do I need a Web.Config file?
  38. What is the correct setting for the Custom Error Mode?
  39. I received HTTP 500 - Internal Server Error when I try to access my ASP or ASP.net page. What does this mean?
  40. How do I connect my ASP.net application to MySQL database?
  41. What are the valid characters and valid lengths for domain names?
  42. Do you provide technical support for databases?
  43. What should I do if I dont have my UserName and password?
  44. How Long Does It Take To Open An Account?
  45. What is a subdomain and how do I create one?
  46. How do I configure my FTP software?
  47. Where can I find information on uploading my Web Site?
  48. How Do I Place An Order?
  49. What Currencies Can I Pay In?
  50. What happens at the end of my billing cycle?
  51. How do I add additional email boxes/aliases?
  52. What is email forwarding?
  53. How do I set-up/change email forwarding?
  54. What Database types do you support?
  55. Do you support Oracle Database?
  56. How do I login to MSSQL enterpirse manager?
  57. Do you support customized error pages (404 error pages) at your servers?
  58. Is it possible to switch my hosting platform after setting up my account?
  59. How long will it take to get my web site up and running?
  60. Do you provide web based email?
  61. Do I still get regular POP email boxes when I use web based email?
  62. Does HostStore.net offer Money Back Guarantee?
  63. How do I change my credit card information?
  64. Will I have unlimited access to my site for updates?
  65. Can I upgrade my account?
  66. Can I access my domain without the "www" in front?
  67. Can I use my account for commercial purposes?
  68. What server platform do you support ?
  69. What are your Network capabilities?
  70. What ASP Components are installed?
  71. How do I access my Control Panel?
  72. Do you host adult sites?
  73. Is there a mininum contract length?
  74. How do I upload my website using Cute FTP?
  75. How do I transfer my domain name to HostStore.net?
  76. I registered my domain name through HostStore.net, When it will be active?
  77. Do I need to change the DNS information of my domain name if I registered it trough HostStore.net?
  78. Who owns the domain name if I registered it through HostStore.net?
  79. Do I need a domain to host a site with Hoststore.net?
  80. Can I have multiple domain names pointed to my current website?
  81. How do I setup Email account with Outlook Express?
  82. Do you support FrontPage®?
  83. What Is The Minimum Billing Cycle?
  84. When is my payment due?

  1. HTTP Error 503. The service is unavailable Error
  2. Sometimes upon heavy traffic or when website encounter a large number of connections the Application pool of the Internet Information System (IIS) stops working as a defense measure. To re-enable your website again please follow the below steps:

    1) Enter your hsphere control Panel
    2) Click "Web options" icon from main hsphere user interface
    3) Click on your domain when have "HTTP Error 503" problem
    4) Under "Settings" tab, toggle "Stopped" button in front of "Service status"
    5) Click "Submit" Button and wait 5 minutes.
    6) Toggle "Running" button in front of "Service status"
    7) Click "Submit" Button again

    Your website should return working again. If this does not help you and the website have the same service is unavailable Error; then please contact our support and we will help you resolving this issue.

    Back to Top

  3. How do I connect to MSsql Database on Windows 2000/Windows 2003 Server using ASP?
  4. In your ASP page create an mssql connection code.
    Here is the code:


    sConn = "Provider=sqloledb;" & "Data Source="&Host_Name&";" & "Initial Catalog="&Catalog&";" & "User Id="&database_UserName&";" & "Password="&database_Password

    Where:
    (Host_Name) is your MSsql database host name or IP Address
    (Catalog) is your MSsql Database name.
    (database_UserName) is your MSsql Database login
    (database_Password) is your MSsql Database login password

    Back to Top

  5. I'm not being able to send e-mails from outlook express. I guess my ISP is blocking port 25. Is there is any availbale ports to try?
  6. Yes you can use the alternative ports 587 or 110.
    also If there is any local anti-spam/personal firewall, please disable it and try again.

    Back to Top

  7. I cannot connect to my MS Access datasource from DreamweaverMX using ColdFusionMX. Help! (ColdFusion)
  8. Open a new support ticket and provide us the following information:

    1) DSN Name

    If MySQL, MSSQL or PostgreSQL
    2) Database Name
    3) Database Server
    4) Database username
    5) Database password

    If MS Access
    2) Database path
    3) User/Password if any

    The Tech. Support will create a DSN for your database. After that you should be able to connect to your database using the following ColdFusion string:

    <cfquery name="query-name" datasource="DSN-Name">

    Back to Top

  9. How do I setup my email account at my Hshpere Control Panel (Windows Hosting) ?
  10. From CP home page, select E-mail to create mail boxes, assigning mailbox size, activating spam and anti-virus features etc. You can send/receive your e-mail from:

    1. POP mail program like Outlook Express:

      1. POP/SMTP Server: mail.yourdomain.com

      2. Username: mailID@yourdomain.com

      3. Password: Password that you entered while creating your
        mailbox.



    2. WebMail: We provide three webmail clients for you to send/receive/manage your e-mail. These are SQWebMail, Squirrelmail and Horde. You can use anyone by visiting http://mail.yourdomain.com

    Back to Top

  11. How to add a new domain to my hosting account (Windows Hosting) ?
  12. Login to your Hosting Control Panel (Hsphere) and select Domains. Select "Add New Domain". On next page select "Transfer an existing domain". Enter the domain you want to host with us. Selecting this option does not transfer your domain to us. It just sets up the website on our servers so that it can be hosted by us when you point its name servers to us.

    Back to Top

  13. How do I upload my website files (Windows Hosting)?
  14. You can upload your website files using File Manager in your CP or by using any FTP client like SmartFTP, CuteFTP etc. Always upload your files in the domain folder. MS Access database should be kept in root directory. This will prevent anyone to download these files via HTTP.

    Back to Top

  15. Is there is a method to test my website (Windows Hosting)?
  16. You can view your website before it is actually resolving to our servers via the Instant domain name alias feature. Click on Web Options and then your domain name. You'll see this feature towards the end of the page.

    Back to Top

  17. How do I fine tune my website (Windows Hosting)?
  18. From Hsphere control panel home page, select Web Options. On the next page, select the domain for which you want to activate various web options like SSL, Directory Indexes, AWStats etc. Activate various options as per your need. Most important of these options is Directory Indexes. After turning it on your can enter your website's default page.

    Back to Top

  19. How do I set my index pages instead of those specified in the default settings (Windows Hosting)?
  20. To set your custom directory indexes, do the following from your control panel (Hsphere):

    1. Select Quick Access in the Account menu.

    2. Click the Web Options icon on the page that shows.

    3. Click the Edit icon next to the domain you need.

    4. On the Web Service page, scroll down to find the Directory Indexes option and turn it on.

    5. Agree with the charges.

    6. In the box that appears, enter the names for files that will be treated as indexes. Put file names in the descending order of priority and separate them with spaces (e.g. index.html cgi.bin about.html). list you have made, click the Edit icon next to the Directory Indexes option: with spaces (e.g. index.html cgi.bin about.html).

    7. To edit the list you have made, click the Edit icon next to the Directory Indexes option: with spaces (e.g. index.html cgi.bin about.html).

    Back to Top

  21. How do I change my FTP password using Hsphere control panel ?
  22. To change your FTP Password, please follow the following the steps:

    1) login to your Hsphere Control Panel
    2) From the Top menu open (FTP/User Account)
    3) Select FTP User, a new page will open.
    4) Click on the icon just near the password.
    5) Enter your new password and repeat it again. Then submit

    Back to Top

  23. How to back up a mySQL database using phpMyAdmin?
  24. You can backup your database using the PHPMyAdmin feature in your control panel. In PHPMyAdmin, select the database you want to backup and select "Export" tab on the right screen. Choose the tables you wish to backup (or "Select All" for all tables). Scroll down and tick "Save File As..." and click on the "Go" button. Simply save the database that begins to download, on your local computer.

    While we do regular backups of all our servers, we do not provide restores for one specific account, folder, file, or database. You will need to make sure you have backed up your latest database(s) on your local machine.

    Back to Top

  25. How to restore a mySQL database using phpMyAdmin?
  26. Click on your database name shown on the upper left.

    Locate your back up file for the database that you want to restore. Open it and copy the entire contents.

    Paste into the field called "Run SQL query/queries on database yourdomain_com" and click the "Go" button.

    Back to Top

  27. How do I backup my website and hosting account?
  28. Login to your CPanel Control Panel and choose "Backup" from the system menu. Click the link which reads "Download Today's Home Backup." Your computer will then prompt you for a place to save your backup files locally for safekeeping.

    Back to Top

  29. How do I restore a backup created with CPanel?
  30. If you've previously downloaded a backup copy of your website through your CPanel Control Panel, restoring your site is a simple process.

    Login to your CPanel Control Panel and choose "Backup" from the system menu. Once inside the Backup menu, you'll be prompted to perform three separate types of backup restorations, including "Restore a Home Backup," "Restore an SQL Database," and/or "Restore an Alias/Filter Backup." Choose the type of backup you wish to restore, click the "Browse" button next to your backup option, and direct your hosting account server to the file on your computer which you'd like to restore.

    After the file has been located, click the "Upload" button and your hosting account will begin to restore your backup automatically for you.

    Back to Top

  31. What is CPanel Backup?
  32. The Backup area of your CPanel Control Panel allows you to backup your current hosting account, settings and files.

    You should always keep your own backups of your hosting account, on your local computer, to provide for easy recovery in the event of a problem.

    Back to Top

  33. When I connect to my ASP page, it shows question marks (???????) instead of the arabic letters. How do I solve it?
  34. Make sure to include the following code at the top of every ASP page:

    @ Language=VBScript CodePage = "1256"

    1256 is your codepage LCID.


    To find out your locale id (LCID) , please visit:

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/882ca1eb-81b6-4a73-839d-154c6440bf70.asp

    See also:

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql2k/html/sql_arabicsupport.asp

    Back to Top

  35. How can I get DBO permissions on my MSSQL user for this database?
  36. Please open a ticket with your database name, database server and the database user you wish to give DBO permissions to. This will have to be done manually by our support team

    Back to Top

  37. How do I create an application directory to host an ASP/ASP.NET application in one of the folders of my domain?
  38. We recommend that you always host your asp/.net application in your domain's root directory. You can infact create a sub domain to host each of your applications. If that is not possible, you must open a ticket specifying which folder in your domain must be created as an application directory.

    If you host a .NET or ASP application (that has a global.asa file), it must be hosted in an application directory. The root directories of all domains are application directories by default

    Back to Top

  39. When trying to use ASPEmail, I get an error saying that the premium features of ASP Email have expired. What am I doing wrong?
  40. This error occurs because we only support the free version of ASPEmail and not the Premium version. We however do support the premium version of ASPMail which offers similar functionality. Please visit www.serverobjects.com for documentation on ASPMail

    Back to Top

Copyright © 2002-2011 hostsore.net All Rights Reserved
All Graphic & Image Rights Reserved by Their Respective Company