1
vote
4answers
36 views
Hide <TR> tag based on Recordset NULL value
I am using a Microsoft SQL Server 2005 stored procedure to post records in an HTML table. In the HTML table, I have rows for the following fields: entry #, open date, description …
0
votes
3answers
24 views
Looking for a very simple spam-prevention class/function for ASP Classic
I am looking for a very simple solution to prevent (or reduce) form spamming. I've got quite a few ASP classic applications that contain contact us/miscellaneous forms here and the …
1
vote
5answers
41 views
In Classic ASP, how do I reference a variable based on a string?
I have many constant variables for example:
Const Total_US_Price = "100"
However, in my code, I am pulling a string "Total_US_Price". I want to replace my string with the value o …
1
vote
2answers
19 views
msxml6.dll error ‘80072ee2’ The operation timed out
I have old code that call a .net webservices that throws this error if the .net code is cold (not in memory)
msxml6.dll error '80072ee2'
The operation timed out
A reload alwa …
0
votes
2answers
29 views
Password encryption/decryption between classic asp and ASP.NET
I have 2 websites: one written in classic asp and another written in ASP.NET (1.1 framework). Both applications use a login mechanism to validate user credentials based on a shared …
1
vote
2answers
31 views
Classic ASP: Best way to read & write large (5mb+) files using FileSystemObject
All,
I'm working on an application that allows authorized users to upload Excel spreadsheets to our server.
Once they're uploaded, there's a classic ASP script that reads the dat …
0
votes
3answers
26 views
Error using excel ODBC driver in classic asp
I am getting this error when I try to load an excel document as a datasource for my webpage
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Excel Dr …
0
votes
1answer
13 views
404 error in IIS 7.5 when redirecting in a frame.
I have IIS 7.5 on my Windows 7 x64 system. I have installed and properly configured IIS to allow me to run ASP.NET and Classic ASP. For some reason though, when i do a redirect f …
0
votes
1answer
38 views
SEO friendly URL in Classic ASP?
I have website developed in classic ASP. The URL is not SEO friendly at present.
Please suggest how I can make the SEO friendly URL for my website in ASP.
Is there any supporting …
0
votes
3answers
31 views
SQL Server text column affects results returned to classic ASP
Using classic asp, I am trying to query a SQL Server database like so:
strSQL = "select column_1, column_2, column_3, column_4 from someview " &_
"where RecordNo=" & …
2
votes
2answers
42 views
Retrieve ADO Recordset Field names (Classic ASP)
Hi all,
I wonder if someone can help:
Long story short, I'm using MSSQL2005 to build a Pivot table. The data being examined is limited by date range (All data for 1 week from the …
0
votes
4answers
48 views
MD5 on ASP Classic and .NET
I have a working .NET web application that perform hashing and encryption using MD5 on a certain string. This string will be stored in a cookie.
The problem is, I will need to val …
1
vote
2answers
19 views
ServerObject aspImage in Win 2008 64-bit
Hi all,
Does anybody have any experience/ knowledge in installing the aspImage.dll on a 64-bit Windows 2008 platform?
I have a Classic ASP site that uses this component and would …
0
votes
3answers
49 views
Does an ODBC connection have to use cleartext passwords?
I have been tasked with securing the connection string in an classic ASP application and I'm wondering if I should just bite the bullet and upgrade the whole application to ASP.NET …
-3
votes
2answers
58 views
How can I upload a file in an ASP site? (NOT ASP.NET & NO DLL)
I want a simple method to upload file in ASP.
Just one function
