You need to Register for free and Login to post a message in the forum.

Forum

ARHH! Hosting again!
Last Post 2008-11-07 01:24 PM by Lee Sykes. 7 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
andyb1979User is Offline
Nuke Pro
Nuke Pro
Posts:63

--
2008-11-04 11:18 PM
    ARRHG!

    It's the same brick wall I hit every time. Hosting...

    I currently have a package with PowerDNN. Excellent, fast, amazing, but expensive. I'm paying $20/month for a single website (although I did put 3 related sites on one installation using parent portals).

    However I need to add 3 more sites. I started creating sites as a hobby, but its now branching out into a second income. I have three more sites to develop and upload and need a provider. My requirements are:

    4x SQL 2005 databases
    4x Domains - I'll be installing 4x DotNetNuke websites
    ASP.NET 2.0 (3.5 would be better)
    Each site requires no more than 200MB
    Each site will have relatively low bandwidth
    I must be able to access MSSQL databases via management studio express
    It *must* be fast. I cannot stand slow webhosts.

    The database/installation requirements are bound to increase in the future, but I really don't need all these lame extras like MySQL databases, Sitebuilder (What is that?) etc.. Nor do I need 100Terrabytes of disk space, just 200MB per domain would be fine thanks!

    So far I've tried:

    IHostASP - 30 second page loads. Slow ...
    Seekdotnet - Slow databases and buggy control panel.
    PowerDNN - Excellent on all fronts, but too expensive for my requirements
    GoDaddy - rubbish!!!

    Try navigating to www.stephenwebster.net. This is on seekdotnet and I think its unacceptably slow (and NukeSyndicate doesnt seem to work on the compositions page).

    Similarly, try www.rockrhymereason.org.uk. This is a graphically intensive site, but blasts along on powerdnn's amazing, but expensive servers.

    Honestly, I'm so fed up with this. How hard is it to give someone a decent, fast ASP.NET/SQL hosting package without charging a mint?

    Anyway *ahem* end rant. Sorry, I'm a bit fed up!

    Any help would be very much appreciated.



    Sites I made thanks to DNNCreative vids!
    Rock Rhyme & Reason Fest | The Big Match | Calvary Stockport | Stephen Webster
    andyb1979User is Offline
    Nuke Pro
    Nuke Pro
    Posts:63

    --
    2008-11-05 10:57 PM
    Wait - I may have found the issue with my SeekDotNet hosting.

    I'm using NukeSyndicate to do podcasting (Lee, I must confess my subscriptions expired so I can't watch your NewsArticles to Podcast video! ... I'll be renewing soon as I want to watch Fck Editor videos too.) There seems to be a compatibility issue with NukeSyndicate and Seekdotnet.

    Here:
    http://www.stephenwebster.net/Compo...fault.aspx

    This page takes a whopping 20 seconds to load before throwing an exception (probably a SQL Server timeout). All other pages don't take long to show at all - click around (not much to see).

    I had created a "Latest Podcasts" module by hijacking some of the code from NukeSyndicate - this was shown on every page. I've since deleted it from all pages and they're much faster now.

    So ... After my raging rant, it appears SeekDotNet isn't that bad after all :o But I have a SQL Server permissions error. Anyone know how to resolve it?

    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    Sites I made thanks to DNNCreative vids!
    Rock Rhyme & Reason Fest | The Big Match | Calvary Stockport | Stephen Webster
    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2008-11-06 01:57 PM
    I have a SeekDotNet hosting site.  They are pretty good.  Support seems to be lacking occasionally, but they've always solved my problems.

    It's possible that you've got a very large event log and that is what is timing out.

    Try this.  Go to the SQL page under Host Settings and execute this query:

    TRUNCATE TABLE EVENTLOG

    See if that helps ...

    You might want to take a look at this first: Introduction to SQL Queries with SQL Server Express, DotNetNuke and Vista

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2008-11-06 02:48 PM
    Hello,

    And to keep on top of your logs from getting too large have a look at:
    Site logs, Event logs and Scheduler

    You may want to first of all test NukeSyndicate with 1 RSS feed and check performance and then check your cache settings for each feed - add 1 feed at a time and check it is still working ok. I find that the page needs to be regulalry visited to stop the slow initial load up of the RSS feeds - so may be worth using an auto ping service for the page every 10mins.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    andyb1979User is Offline
    Nuke Pro
    Nuke Pro
    Posts:63

    --
    2008-11-06 07:33 PM
    Hah, It was not even a permissions error. I created a blank site on seekdotnet and installed nukesyndicate - worked just fine.

    So I restored the remote database again from my localhost installation, still had the same problem.

    Finally I logged onto my localhost site and the problem was there too! When you create a database in seekdotnet, they change the database name to prepend it with your client ID, so it becomes C4566_YourDatabase. When I uploaded I changed the connection string in web.config to reflect the new name, but forgot to change the connection string under appSettings, which NukeSyndicate relies on.

    So there you have it. One line of XML changed and the site works fine. I've got the site www.stephenwebster.net running on SQL Express since its such a small site, and its not in the slightest bit laggy.

    I take it all back, Seekdotnet is not rubbish, its my web-admin skills! ...
    Sites I made thanks to DNNCreative vids!
    Rock Rhyme & Reason Fest | The Big Match | Calvary Stockport | Stephen Webster
    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2008-11-06 08:17 PM
    Well glad to hear you got it sorted! The site does seem slow when navigating between the pages though.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    andyb1979User is Offline
    Nuke Pro
    Nuke Pro
    Posts:63

    --
    2008-11-06 08:34 PM
    Do you reckon? I thought it was just me being impatient.

    I've got it on SQLExpress. I'm sure it will be faster with full-fat SQL 2005, but since seekdotnet only give you 3 SQL-2005 databases with their 6-domain reseller package, someone's got to get relegated to Express ...

    Compared to www.rockrhymereason.org.uk it is a bit slow (that's hosted on PowerDNN). Perhaps I will try a few things (such as installing Page blaster) to speed it up. Oh and I've got the Yahoo Media player running on it as a script - on every page. Perhaps if I move the initialisation to the end of the page it will improve performance.
    Sites I made thanks to DNNCreative vids!
    Rock Rhyme & Reason Fest | The Big Match | Calvary Stockport | Stephen Webster
    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2008-11-07 01:24 PM
    Yes would be worth doing those changes, anything to squeeze some more performance out will always help.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    You are not authorized to post a reply.


    Active Forums 4.3

    Latest Forum Posts

    RE: iPhone website logo in DNN root directory by JohnnieD
    I'm supposed to add this link to make my custom logo show up on iPhones. Where in DNN would I a
    iPhone website logo in DNN root directory by JohnnieD
    I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
    RE: Fixed size container by Joseph Craig
    Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
    Fixed size container by Aggiedan97
    I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
    RE: DNN 6.1 app_offline.htm by Joseph Craig
    If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
    RE: DNN site automatically redirects to a different domain name. by Joseph Craig
    Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
    DNN 6.1 app_offline.htm by Dave Hassall
    Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
    Enforce Terms Tutorial Update by Vistalogix Corporation
    I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
    RE: Best Practices for Modifying a Custom Module by Joseph Craig
    Start up the development website, then install the module using the package that you have. Then, yo
    Best Practices for Modifying a Custom Module by schilders
    Good Morning, I'm needing to modify a custom built module created by another developer targeted f
    RE: Admin menu problem by alireza arabiyan
    hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
    RE: Admin menu problem by Joseph Craig
    Yes, that is what you should have done. What is the URL for your home page? What is the URL for
    RE: Admin menu problem by alireza arabiyan
    hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
    RE: Admin menu problem by Joseph Craig
    How did you move it? Have you added an entry in the portalalias table for the site's domain name?
    RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
    Set up a user with dbo privileges and set the connection string for that user, rather than using Win
    Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
    I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
    Admin menu problem by alireza arabiyan
    hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config procedure
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds