Search results

  1. S

    Jodohost - The Pople(')s Host

    Re: Jodohost - The People(')s Host I think it should be "The People's Host", the way it is used now. "people" is always in its plural form (you can't say : "that people over there" pointing to one person, but it always points to multiple persons). That's way it is "The People's Host": <the...
  2. S

    How do I create .NET web app on Jodo?

    Perhaps a silly question, but did you upload the bin/ directory with the .dll aswell? Regards, Niels
  3. S

    Image manipulation

    I just posted the first part, the database design. I know this is quite basic, but I've had some requests from more people (who don't know a lot about SQL and stuff) to make an easy-to-understand tutorial. I expect to start coding in tutorial 4 or 5. Hope i can help you anyway :) Regards...
  4. S

    Server object, ASP 0177 (0x800401F3) Invalid ProgID.

    Soundcompanies : I don't know which database system you use (access, ms sql), but I think it might be shorter to create a stored procedure for this rather long statement. It improves loading time of your page, and stored procedures positively affect the speed of the database... Regards, Niels
  5. S

    change ownership to dbo

    :( Right mouse click on the procedure, select "properties", and in the window the procedure's code should show up... Is this what you meant? (Sorry if you removed all your procedures because of me ) Regards, Niels
  6. S

    change ownership to dbo

    You didn't have to delete them I think, you could just modify them (I think)... Regards, Niels
  7. S

    change ownership to dbo

    CREATE PROCEDURE [owner_name].[procedure_name] AS ... That's the way I do it.. Regards, Niels
  8. S

    ASP.net ISAPI

    No, it would be just some sort of extension mapped to the asp.net dll on the server's system. Don't need it right away, I'm still building the project on my localhost, but I'll send in a ticket as soon as it's ready for online publishing :) Thanks for fast reply ! Regards, Niels
  9. S

    ASP.net ISAPI

    Does jodohost allow us to add custom extensions to asp.net which are mapped to the asp.net isapi? I doubt whether we can do this via the HSphere CP... (for example files with a .hello extension or .mySite) Sorry if my question isn't very clear ... :( Regards, Niels
  10. S

    Javascript

    I once did it in ASP .net (with an .ascx control page, which had to appear on each and every page) This is the code behind a logoff button : Private Sub BtnLogoff_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnLogoff.Click Dim Cookie As HttpCookie...
  11. S

    Image manipulation

    @ R0ck1t : I'm intending to begin designing my own photo organizer for my site in the near future (in .NET), with functionalities of albums, photos and a small board where visitors can give their comments... I'm a computer scientist (still studying though), and at the moment I'm making an...
  12. S

    Webalizer acting strange

    Thanks for comments ! I only check my bandwidth usage using HSpere though (don't think Webalizer can act as an official bandwidth-counter as it is an optional component). No problem for the confusion ! I'm European, so I'm used to be confused ... :evil: Regards, Niels
  13. S

    Webalizer acting strange

    Hiya ! Since a couple of days, I have the impression my Webalizer is acting rather strange. One moment it tells me I've had 240 hits, and one hour later, there were only 20, and there is no trace of 240 anymore (not even when adding the number of the day before...). The webalizer isn't very...
  14. S

    There is no dedicated IP available

    Is it possible that you've already ran out of IPs? I'd like to have a dedicated one for anonymous FTP... Regards
Back
Top