Skip to main content

Dotnetnuke Hosting Providers

I created this post based on my hunt for a good hosting company. Please feel free to correct me if I stated something wrong. Also please suggest any other better hosting company if I missed one. All the price & cost details are as of 04/29/2009.

My Asp - http://www.my-asp.net/Hosting/ASPHosting/tabid/217/Default.aspx
Plan cost: $1-free hosting, $8.99-ASP hosting, $14.99-dotnetnuke hosting, all plans for 1 domain.
Multi domain dotnetnuke hosting cost: $24.27-3 domains

3 Essentials - http://www.3essentials.com/windows-web-hosting.asp
Plan
cost: $9.95-ASP hosting (with 12 month plan), 2 domain, MSSQL - 1*300MB, 6 Months Free, Secure SQL Server 2005 Management Studio.

Discount ASP - http://www.discountasp.net/features.aspx
$10 hosting, $10 MSSQL, one root domain, unlimited sub domains

Asp Host Central - http://www.asphostcentral.com/
Plan cost: 7.99-dotnetnuke plan, 2 websites, 1 MSSQL, 11.99-business plan, 3 websites, 2 MSSQL

iHostASP - http://www.ihostasp.net/SharedHosting/DotNetNuke.asp#HostingPlans
Plan cost: $8.45-dotnetnuke std, 20 portals, MSSQL 250MB 1DB. $16.45-dotnetnuke dev, 60 portals, MSSQL 250MB 3DB. $26.45-dotnetnuke dev, 120 portals, MSSQL 250MB 6DB

W eb Secure Stores - http://www.websecurestores.com/HostingServers/HostingPlans/tabid/65/Default.aspx
Plan cost: 9.95-setup fees for all plans, 6.95-SQL basic, MSSQL 100MB 1DB. $9.95-ASP advanced, MSSQL 500MB 1DB

Power DNN - http://www.powerdnn.com/SharedHosting/Overview/tabid/292/Default.aspx
Plans cost: $20-personal, $50-pro, $100-Business. All includes unlimited domains & unlimited sub domains.

Web Host4Life - http://www.webhost4life.com/hosting.asp
Plan cost: $9.95-advance plan, MSSQL 2GB 1DB, DB backup & restore, domain alias-unlimited, 8 domains, unlimited sub domain.
$19.95-premier plan, MSSQL 3GB 3DB, DB backup & restore, domain alias-unlimited, 8 domains, unlimited sub domain

Discussion & other people suggestions:
http://weblogs.asp.net/christoc/archive/2008/05/27/good-dotnetnuke-hosting-providers.aspx
http://weblogs.asp.net/christoc/archive/2008/09/04/finding-a-dotnetnuke-host.aspx

Comments

Popular posts from this blog

SharePoint WebPart Error - Unable to add selected web part (s) – MOSS 2007

ISSUE: Recently I faced this issue that when I try to deploy my WebPart.  Unable to add selected web part(s). WebPartName: Cannon unregister UpdatePanel with ID ‘ctl00RTMPanel’ since it was not registerd with the ScripManager. This might occure if the UpdatePanel was removed from the control tree and later added again, which is not supported. Parameter name: updatePanel.   I faced this issue twice and both the time the issue was not what display here. This could be sure to any error in the WebPart. Following are list resolution from multiple instances.   RESOLUTION: 1. Check the WebPartName.webpart file. Check whether you have a proper PublicKeyToken value. When I face the issue the value was PublicKeyToken=$PublicKeyToken$. If you have used WSP builder then in the Visual Studio you will find this file at \WebPartsProject\12\TEMPLATE\FEATURES\WebPartName\WebPartName.webpart. Sometime when you create a new WebPart using WSP builder then you do not get

TIME – 25 Best Blogs of 2009

Every year Time makes a list of best blogs in the world. They chose 25 blogs from millions of blogs in the world, spanning politics, housekeeping, astronomy and everything in between. Below if a direct link to the TIME website for the list. I also copied it to easy comparison of last year best with this year best blogs.   25 Best Blogs of 2009     25 Best Blogs 2008   25 Best Blogs of 2009 Talking Points Memo The Huffington Post Lifehacker Metafilter The Daily Dish by Andrew Sullivan Freakonomics BoingBoing Got2BeGreen Zen Habits The Conscience of a Liberal: Paul Krugman Crooks and Liars Generación Y Mashable Slashfood Official Google Blog synthesis bleat /Film Seth Godin's Blog Deadspin: Spor

Howto Run Your HTML Static Website Locally In IIS On Windows PC

WHAT & WHY: As a developer many time you may wish if you could run your static HTML website locally on your computer (Windows 7, Windows Vista, Windows XP, Windows 2008). Although with Static website, you could easily download and double click the index.html or home.html file to open and run other pages. But this will not give you the real world senario. For example you will not able to use a path like /images/home-page-banner.jpg. You will have to use a relative paths like ../images/home-page-banner.jpg. Following are very easy steps to do so. These steps are for Static HTML website. I will also post steps for more advance websites that uses ASP, ASP.NET, Dotnetnuke etc and uses database server.   WHAT YOU NEED: 1. IIS Server installed on your local machine 2. FTP username, password to download files form your FTP server 3. Administrative rights on local machine. Many task will display messages requesting Administrative privilege to run the task.    STEPS: 1.