Search results

  1. StPatrick

    Web Services and WS-Security (using WSE)

    Were anyone able to use UsernameToken with web service? I have implemented a custom authentication mechanism similar to shown here: http://www.codeproject.com/soap/wssecurity_usernametokens.asp. But I end up with exception That assembly does not allow partially trusted callers. Searching the...
  2. StPatrick

    Sending e-mail from script error

    In ASP code I'm using CDO to send e-mails. However now now I get an error returned saying: The code itself hasn't been changed and I'm not updating the SendUsing field in CDO.. Here is the piece of code that produce the error: set Mail = Server.CreateObject("CDO.Message") With Mail .To...
  3. StPatrick

    Shifting the sites to new servers?

    Hi guys, As I understood you are moving all sites to a new servers, and of course I don't see my site now on-line. The only thing I get is Under construction on the sub-domain and a page with login to CP on the primary. If this is the result of shifting to a new servers, then may I ask you to...
  4. StPatrick

    Whoo hooo... Viking!

    At last, I've got a Viking status (look above my pic on the left). Was wondering what will come next :)
  5. StPatrick

    It is so quite...

    ... here. Where is anybody? Nothing to talk about? :) Or we all just working on our sites? :)
  6. StPatrick

    ASP.net - for ASP.NET developers

    And this is for ASP.NET (VB or CSharp) developers. There are some useful "sublinks" on this site: WebMatrix - a free tool for ASP.NET development from Microsoft (I can't tell you much about it, I use Visual Studio.NET 2003) IBuySpy Portal - an ASP.NET based content management system. From...
  7. StPatrick

    ASPin.com - Sources for ASP developer

    This site is only for pure ASP (ASP 3.0) programmers. A lot of sources, tutorials and code snipplets. This was my primary source in learning ASP. There are actually two useful categories - Applications and Tutorials (at least for me). Other just advertisings
  8. StPatrick

    Confused about options...

    With recent change in hosting options, I'm really confused now. Maybe someone can clarify it? :) I have a Silver package (ex-Pro). It says the quota is 400Mb. Does it affects new users only or old customers as well? If all, then why I still see 200Mb quota in HSPHERE? Same with bandwidth. Now...
  9. StPatrick

    Combining ASP.NET and PHP

    Hiya, I believe this is not a trivial question, but maybe I'm wrong :) Let's say.. I have an ASP.NET site, but at same time I want to incorporate some PHP forum into it (phpbb for example). Of course I want them to "share" the same session, not technically, but visually for user. User should...
  10. StPatrick

    Morrowind (continued)

    Well, Customer Support forum is not the best place to discuss games, so I just opened a new topic here :) The previous posts are at: http://support.jodohost.com/showthread.php?p=1719#post1719 ---------------- Well I finished the Tribunal. The goddess wasn't that hard (neither too easy...
  11. StPatrick

    Linux is not free anymore..

    SCO announced prices for their Linux OS. Also source code redistribution is not permitted anymore, only binary. The price for Workstation is 199$, for Server 699$. Source: SCO
  12. StPatrick

    Not enough space on disk

    Strange thing, but probably the WIN2 server is out of disk space. I'm getting an error "Not enough disk space" whenever I try to add records to Access database, as well as upload some file over FTP..
  13. StPatrick

    Mailing lists

    Atul Kumar raised a question if someone is using mailing lists in HSPHERE. Well, I'll looked and "played" a bit, looks like it is an interesting feature and sure I'm gonna use it. But here some questions. How can one customize the e-mails that the system sends? Not posted, but automated e-mails...
  14. StPatrick

    Database log file is full

    I've got this error: The log file for database 'StpWorksMain' is full. Back up the transaction log for the database to free up some log space But how do I actually free it? :)
  15. StPatrick

    FileSystemObject?

    From this post, in Pre-sales forum, I've got that FileSystemObject is not allowed... Hmm.. strange, I use it in several places (not creating/altering files, but getting folder's list, file sizes, etc.), and it works fine. Is it something that going to be disabled, or I misunderstood something? :)
  16. StPatrick

    WebShell and zip

    Just a small suggestions :) I've noticed that tar/gz is not working in WebShell, well, but zip do. Now there is a button in the top menu "Archive" that tries to "tgz" selected files, which is not working of course. Maybe it is possible to change it to work with zip instead of tgz? Very...
  17. StPatrick

    IDE for PHP?

    Any one can suggest a free IDE/Editor for developing in PHP? I've seen Zend Studio, but it is not free :( Forgot to mention - for Windows , not Linux/Unix :)
  18. StPatrick

    SHTML question

    Sorry, maybe the answer will be very simple, but still I never tried SHTML, neither PHP. What I'm trying to do is to create an SHTML page, with include or exec of PHP script (just trying out PHP), but can't get it working. The page is here: http://xpressions.stpworks.com/guestbook.shtml If...
  19. StPatrick

    Moving in question

    Ok, I've done all tests, changed a bit my scripts to work properly with JodoHost, now ready to move in (as a customer, not Contest Winner :)) ), which I'm planning to do tomorrow morning (don't have a beer right now :D ). What is the best way to do it? Should I just go ahead and apply for...
  20. StPatrick

    XML write access denied

    I have an XML file that holds some site information, but when tried to write to it (from ASP.NET application), got Access denied. Maybe there is some special folder that can have write access to ASP.NET account?. I took a screenshot of the error, here it is...
Back
Top