Going to answer what I can, which isn't everything but may help anyways :)
markheath:I'm looking at signing up to the Starter.NET package (UK).
I am currently using a Professional.NET (US) but those packages are the same for both US and UK and the main difference between Starter.NET and Professional is the size and number of Domains/Web Statistics.
- FlexWiki - installed via the DotNetPanel and worked fine
- DotNetNuke 4.5.3 - tried to install via the DotNetPanel and failed both times (The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.) Am I doing something wrong? The first try was to a database I had already created, the second try was to a new database, and got further except the InstallationWizard seemed to get stuck on the install page. (kept saying "Installation of Database Complete" every time I clicked Next and when I gave up and went to the DNN home, I got "The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist" again).
- BlogEngine.NET - worked great, having given my virtual directory write permissions. I did discover that I needed to set my email server to mail.ultimahosts.eu not mail.ultimahosts.com to get comment notification working.
- Subtext - again worked great having set the connection string
- SubSonic Starter Kit - didn't work because it uses SQL Express which is a shame. But I found help quite quickly explaining how to move the databases to SQL Server 2005, so I guess this is just a one-time install issue.
- Silverlight was also supported out of the box which is nice
For DotNetNuke, I didn't have an issue starting it up, it might be the database limitation you have. DotNetNuke starts out pretty big on the DB. I will install it on my account and see if that is the case. (I know that a basic ASP.NET Membership database starts out larger then 10MB). And just to double confirm that it works (I installed it in the past, but decided on using phpBB instead as the DDN forums aren't released last I checked).
I am going to have to look into those other things you got working though. I have been looking for a nice ASP.NET based blog.
SQL Server
I am very pleased I can access my SQL Server databases directly through SQL Management Studio Express. I noticed a number of other databases, presumably created by other people's tests (test, test1, dbtest etc). I didn't have access to them of course, but it made me wonder about whether there could be clashes over database naming. What if someone else already has a database called "DotNetNuke"?
Yes, database names can clash as can user names. I have been using simple names when I can get away with it, but it can be a problem, I actually like that I can see the other DBs so I can avoid the name clashes.
A few questions:
- Is it correct that even in the Starter.NET package you get unlimited SQL Databases? The trial was limited to 5.
- Is there any limit on the SQL Database size. The trial was limited to 10 MB
Yes unlimited SQL Databases. While messing around I at one point had about 10 of them.
The Dabase size is limited by your Hosting Space. Databases, Email, Web Space is all taken from that one value (in your case 500MB).
Email
I set up an email account, and an email forwarder. The email account received a test message I sent it (after a short delay), but the forwarder doesn't seem to work. I've sent two test messages and neither have got through. Is there something I am doing wrong? I am simply pointing mark@32.ultimahosts.net to my usual email address. I would want to be very sure I could get email forwarding working before pointing my domain at Ultima Hosts.
I've always noticed a delay in getting the email forwarded, but I know it is working for me so I am sorry but I can't help on this one :(
Misc
- On the dotNetPanel, the disk space usage always shows 0MB, even though I know I am using at least 5MB. Also, should I expect to see my SQL Server DB usage in that as well.
- Can a subdomain be made to point to a specific Virtual Application Folder?
- I assume the price quoted excludes VAT?
The dotNetPanel does not automatically update the information. It does it either every day or every few days. I think there is something in the file manager that will let you recalculate it when you want, but I can't remember where exactly that is.
A subdomain acts exactly like a regular domain in the dotNetPanel. So if you use the dotNetPanel to turn it into a web site, you can point its folder anywhere.
If you need examples of specific things done, I can try it out and see what happens.
Edit: I sent a test email to myself, haven't gotten it at the forwarding account yet. Will update when I do.
Edit: Oh yeah, Another limitation on the SQL Databases I found was that I was unable to use CLI integration. But I could just be a moron and did it wrong.