Search results

  1. StPatrick

    Web Services and WS-Security (using WSE)

    Perfect, thanks for the hint :) Implemened, works just fine :)
  2. 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...
  3. StPatrick

    Login broken

    Works fine for me: http://cp.jodoshared.com:8080/psoft/servlet/psoft.hsphere.CP
  4. StPatrick

    MSSQL Stored procedure failing

    Not sure if this is the problem, but try removing the "dbo." from the stored procedure definition. Probably the table is created with another user, not dbo. Though SP should find it anyway, but ekhmm.. try it ;)
  5. StPatrick

    Rainbow Portal?

    Well I use ASP.NET Portal Starter Kit by MS (C# version as it seems to be more stable than VB one). It does have some lack of features, but all I need is inside and some other things I just coded myself
  6. StPatrick

    New User Titles! Suggestions?

    The best one IMHO :)
  7. StPatrick

    Sending e-mail from script error

    Ok, thank you, will do :)
  8. 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...
  9. StPatrick

    Word Association

    Jingle Bell
  10. StPatrick

    Shifting the sites to new servers?

    Thank you Yash.. No, got only once DNS change request, did it and no other e-mails. DNS is propagated already, as I see the new IP address in ping..
  11. StPatrick

    Shifting the sites to new servers?

    Any update on this? Here I'm only able to reach my work computer from PCAnywhere, but connection is very slow and it would take me days to download files and upload them to a new server :(
  12. StPatrick

    Web Logs

    Actually the format of IIS logs doesn't matter, any log-parsing program today knows (or should!) how to deal with it. The format is simple - follow the column names, that's all. So why it matters if you get some fields on other places?
  13. 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...
  14. StPatrick

    Accessing files via FTP

    Well, once you will rename them, you will be able to delete as well. All you need is just a small script (ASP for example) which will go through all the files in folder and rename them to something else in a loop, using for example a number as a name.
  15. StPatrick

    Accessing files via FTP

    Omg... you should of renaming the files when they are uploaded to the server. With no difference if it is cyrillic or japaneese :) Anyway, try to write a small script which will rename files. It usually depends on the FTP client you use, which is unable to display cyrillic (like mine Total...
  16. StPatrick

    Error Object Expected: ';'

    Well, it maybe the forum replaced it :) Also you are mixing JScript and VBScript on Server side. The script that runs on server you wrote in VBScript, but for example the last statement (Return Return iStr.ToString) is wrong IMHO. As far as I remember there is no "Return" statement in...
  17. StPatrick

    Error Object Expected: ';'

    So it happens in Javascript, not in server side script? What I don't understand is this line: "java_script_:popImg('maria/mv1.jpg');" What "java_script_:" means here?
  18. StPatrick

    CDONTS on Windows 2003 Server

    It is something you use to send e-mails from ASP
  19. StPatrick

    German, French, Spanish and Russian Language Site

    Re: JodoHost - German, French, Spanish and Russian Language Support Site Uhmmm I can do the Russian translation, since I was born in Russia. With one exception - if there are many technical words used, I won't be able to translate . I simply don't know them lol. (I moved out at age 20)
  20. StPatrick

    New here!

    Hiya, welcome to the club :)
Back
Top