I need the best encryption and decryption of string in classic ASP. specially i want to store the password as encrypted and to be retrieve as decrypted .. how do I it in ASP. I am looking for ...
I need the ability to scan a webpage that is open looking at objects on that page. in my attached code block I search for the webpage I'm looking for once I find it I verify the url and locat...
I would like to be able to redisplay a form, coded in ASP, with any input fields found in error highlighted when the user submits the page.. My attempts at this have failed. (see background ...
If anyone is running classic ASP sites, MS has recently released a tool
to automate finding vulnerabilities in you code:
http://www.microsoft.com/downloads/details.aspx?FamilyID=58A7C46E-A5...
i just want to generate dynamic check boxes which should be defined as asp array variable with values, say, like interests, tv(1), reading(2), writing(3)
these lable, value to be defined i...
My client's website continues to be attacked by someone. I have plugged up all holes in the ASP code (it was several years old and susceptible to SQL injection attacks). But it seems that the ...
Hi Guys.
I have 60 computers in an Intranet. All the computers running different ASP.net pages. I must refresh all the computers AT THE SAME MOMENT when i get an alert message in my applicati...
I've got an IF statement and I want different things to show dependant on the situation.
This is fine and I have done this - but I wan't to be able include contents of a text document.
I...
Hello is it possible to using a DLL in ASP without registering (regsvr32)?
Do you need a mailer component installed on iis 6 server in order to use the form to email option? I have a ASP form that has VBScript mail code, which delivers the form contents to a designat...
Attached are 2 word documents: one with my project code, and one with the asp markup. My program wont run with the "order by" in the sqlstr variable, but I did it the exact same way in an almo...
I need to get all dates from a table that are within 30 days and add up how many dats total.
The records look like
xdate xname
7/18/08 Bob
7/15/08 Bob
7/10/08 Bob
Each...
I am using the below FormatCurrency() to format my variables into curerncy, obviously. The original developer started using the below format so I am continuing with it. Can anyone tell me wh...
Hello Experts,
I have notes field in the xml file which I want to update from the ASP page, I wanted to do Ajax request to the asp page passing the id for the notes to be updated.I am storin...
I am trying to run one ASP page from IIS and the database which it is trying to connect to is located on another machine (server). I have the required DLL (which is having the database connect...
A client's webserver crashed resulting in some lost asp files. The lost files are similar to ones still in place so if someone could explain to me the logic of how these files work, maybe I ca...
This ASP code (below) is used by my Flash file to connect to an Access database specified in the Flash file with a query the Flash file sends to this ASP script which then runs the query on th...
I have a Details.asp page which collects information from customers for a shopping cart.
One of the fields is a select box called AppliqueSelect this establishes the AppliqueID please see i...
Hello,
I wondered if anyone could advise? I am trying to write some asp to calculate the number of minutes and seconds between two times.
In the code below when DATEDIFF function is give...
Hi All,
Here is my current setup.. I won't bore you with the reason behind it!..
I have a news function which is hosted on 1 server and the data is stored within this hosts' SQL Server d...
I'm using Persit / aspencrypt.com for hashing in ASP / Vbcript. The last row in the code sample create the error:
Microsoft VBScript compilation error '800a0401'
Expected end of statement...
I am using IIS6.0 and asp to send the email from the script program. The "default SMTP Virtural Server" has been set up in IIS but emails are sitting in the queue and don't going out. Please h...