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 ...

Could not open virtual machine – vmx is not a valid virtual machine configuration file

I recently faced an issue with one of my VMWare virtual machine that when I try to run this virtual machine it did not work. VMWare display this message that “Could not open virtual machine: .vmx. ".vmx" is not a valid virtual machine configuration file.” ISSUE: Could not open virtual machine: G:\VPC\RakhiQAXPProfQtp\Windows XP Professional.vmx. "G:\VPC\RakhiQAXPProfQtp\Windows XP Professional.vmx" is not a valid virtual machine configuration file. I try to open .vmx file [G:\VPC\RakhiQAXPProfQtp\Windows XP Professional.vmx] in notepad then I found it was empty (0 KB). Resolution: I wanted to resolve it quickly so I try following method and it worked very well. But this is not a valid documented process so please try with caution. Following are the steps 1. First of all go to the folder where you have your virtual machine and delete all .lck folders. 564df2d4-03de-04e8-d1c3-bd2d53dcb1b7.vmem.lck Windows XP Professional.vmdk.lck ...

Google Chrome Error - Ah, Snap! Something went wrong while displaying this webpage

Many users are facing following error when they try to load the new Google Chrome Browser. Due to this error they could not use Google Chrome browser on their machine. This error is coming right after they installed the Google Chrome browser. The error message says: "Ah, Snap! Something went wrong while displaying this webpage. To continue, press Reload or go to another page." Following is a screen shot of the error. Error message asks to reload the or go to another page but no matter what they do, they still see this error message. Thanks to Rupesh Bhochhibhoya for solution to this problem. As per him, this problem is most probably because of anti-virus. The solution I learn is: goto properties of browser shortcut then append --no-sandbox on target line. Like: "C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --no-sandbox then you are ready to go!! Please post in the comment if you have furt...