Search results

  1. SubSpace

    ASP.Net 3.5

    No support of any kind of required from H-Sphere as far as I know. It's a bit strange, but you just leave the website configured as ASP.NET 2.0. If .NET framework 3.5 is installed, it will magically work :] We will have our first production site running in 3.5 sometime next week. No problems so...
  2. SubSpace

    MS SQL Server 2005 with SSL problem

    Certificate expires in 2018, I checked that :)
  3. SubSpace

    MS SQL Server 2005 with SSL problem

    I'm trying to get SSL to work on a SQL Server 2005 installation, but I'm getting the following error message when I try to connect: "SQL Server Certificate chain was issued by an authority that is not trusted". It doesn't make much sense though, the certificate I'm using is issued by...
  4. SubSpace

    Internationalisation

    Ironic that the very word for multi-language support is one where the English speaking world can't agree on it's spelling :D
  5. SubSpace

    Avast! antivirus - change the popup delay time!

    Hmm, I no longer use AVG (I used the free version for a while), but that sounds like a pretty pointless notification.. personally I wouldn't want to get it at all ;) Makes much more sense to get a pop-up if updating fails for some reason.
  6. SubSpace

    error asp.net 2.0

    You can put up a .aspx file like this and access it with your browser to check the exact version being used. <%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server">...
  7. SubSpace

    Secure FTP

    If it's for a one time move to a Windows VPS account, I suppose you could use the Web File Manager to zip all the files needing to be transferred, password protect a directory with .htaccess (assuming that ASAPI filter is enabled atm, haven't used it in ages) and use HTTPS to download the file...
  8. SubSpace

    Secure FTP

    Just a note here.. there seems to be some confusion in this thread about what the client requirements are, or otherwise the terminology is incorrect. There are several different secure file transfer methods: Secure FTP (aka FTP over SSH): The FTP protocol is tunneled over a SSH connection. A...
  9. SubSpace

    ASP.NET Ajax Extensions

    Never mind... clear case of a CafeineLevelException. Now I'm running into the real problem though.. as I half expected the NHibernate ORM library won't work without more reflection permissions than your server policy allows. I'm not really sure what to do now, as the whole point of the...
  10. SubSpace

    ASP.NET Ajax Extensions

    Oh yeah, the site isn't likely to work out of the box.. but it was only a test anyway. I didn't expect that particular error though, doesn't make much sense looking at the source code. Thanks for fixing the AJAX extensions, now if I only had time... :)
  11. SubSpace

    ASP.NET Ajax Extensions

    Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (D:\hshome\...\web.config line 63) Looks like AJAX extensions aren't...
  12. SubSpace

    ISAPI Rewrite: Consider Installing?

    A colleague of mine has a hosting account with another company and recently inquired about URL rewriting. They are using IIRF. They created a new directory 'rewrite' in his FTP root where he could place configuration files. They also provided a small executable which you could feed sample URLs...
  13. SubSpace

    Content Move duration

    Yeah, haven't really had time to do anything with it yet though, so it doesn't really count :) I figured I might as well get it changed for when I find myself with some free time so I don't have to wait for support.. then again the ticket was answered in 15 minutes.
  14. SubSpace

    Ajax 1.0 Autocomplete textbox asp.net 2.0

    The auto completion requires a webservice to supply it with data, which is what the helper class is. That webservice requirement is quite annoying really :(
  15. SubSpace

    Content Move duration

    So far the only problem I've found that seems to be server related is that a few CGI scripts give me a 404 error, even though they're on the server. I've just submitted a ticket for that [RS #BCZ-14370-729]. File transfers themselves seem to have gone just fine, plus I made full backups...
  16. SubSpace

    Content Move duration

    Ah.. and when are they unpaused? :)
  17. SubSpace

    Content Move duration

    I was wondering how long the H-Sphere "content move" state lasts? Since the DNS entry TTL is only 1 day I expected it to have passed by now, but I'm not yet able to modify settings on domains that got moved off Win5 early sunday ("You cannot change settings on this domain because Content Move...
  18. SubSpace

    usual deployment borkage?

    Especially if you happen to live in Sector ZZ9 Plural Z Alpha :D I strongly suggest you get an actual error message to work with, or it could become a very long trial and error ordeal. The trust configuration would be a good start to take a look at for a .NET application, but there are tons...
  19. SubSpace

    Insert Statement

    Huh? Hyphens shouldn't be any problem in any SQL variant?
  20. SubSpace

    DSPAM and mail delay

    Thanks.. nothing so annoying as delayed signup mails :)
Back
Top