Search results for query: *

  1. K

    Question How to send email from SmtpServer

    Thanks JohnH for your reply. Our network admin said our smtp server port is 26. So, I changed to 26. But, the email cannot receive yet. :(
  2. K

    Question How to send email from SmtpServer

    I write the following code to send email. I don't get error message and also don't receive message. Please check for me. Try Dim SmtpServer As New SmtpClient() Dim mail As New MailMessage() SmtpServer.UseDefaultCredentials = False...
  3. K

    Question Can ISA 2006 prevent SQL Injection?

    I want to know, ISA 2006 can prevent Sql injection or not? If it can prevent, how to prevent or block the attack?
  4. K

    Question URL Request statement

    Thank for your answer. Currently I don't have that XML file. When I get that file, I will look at the source of the XML.
  5. K

    Question URL Request statement

    myXML.Load("http://196.163.32.2/ws/tsite.xml?Request=S(V)") For the above code line, what does "Request=S(V)" mean. Please answer for me. Thanks.
Back
Top