0
votes
1answer
14 views
How do you Debug/Run classic asp pages in Visual Studio 2008?
Whenever I try to open a classic asp page while running the site in VS2008 I get the error: "This type of page is not served".
How do you Debug/Run classic asp pages in Visual Stu …
3
votes
3answers
59 views
Classic ASP super newbie question
OK, So I have recently moved into the world of Web development after spending quite a few years coding in a pretty simple proprietary language, and one of my first jobs is to tweak …
0
votes
1answer
19 views
Can i embed an image on my asp send mail?
hello all
i have a client that has old school asp. Is it possible to edit the asp file to embeded an image? i only have the asp file and inside that asp file it has an auto respon …
1
vote
1answer
22 views
Has anyone used Classic ASP with SQL Server 2008 and it’s new FileStream feature?
I'm getting ready to use SQL Server 2008's FileStream capability but I'm not sure if Classic ASP can read and write from SQL 2008 FileStream. We still have an old application we'd …
3
votes
6answers
56 views
Classic ASP - using one connection for many queries?
Consider a classic ASP site running on IIS6 with a dedicated SQL Server 2008 backend...
Scenario 1:
Open Connection
Do 15 queries, updates etc all through the ASP-page
Close Conn …
1
vote
2answers
65 views
Gradually migrating Classic ASP 3.0 to ASP.NET MVC
I'm evaluating a migration from a classic ASP 3.0 application to ASP.NET MVC. I've already migrated applications to WebForms, but have decided to try MVC for this migration for a n …
1
vote
1answer
30 views
How to import excel file in web page useing Classic ASP?
We are trying to open an existing excel file (2003) from server location in a web page and save it again in the same location using following syntax.
Set ExcelReportApp = CreateOb …
1
vote
2answers
30 views
Should AspBufferLimit ever need to be increased from the default of 4 MB?
A fellow developer recently requested that the AspBufferLimit in IIS 6 be increased from the default value of 4 MB to around 200 MB for streaming larger ZIP files.
Having left th …
0
votes
1answer
24 views
how to use gzip in classic ASP
Dear experts,
I would like to use GZIP compression in classic ASP.I don't know the code for the same.Please help me what line of code should i put to use GZIP compression in class …
1
vote
5answers
46 views
ASP : File download of ASP page comes instead of executing it
I have an ASP page which will create a record set from an SQL query and create an excel page using that by using Response.ContentType = "application/vnd.ms-excel" property being se …
3
votes
3answers
40 views
PHP Curl adds ‘\’ to apostrophe character sending to ASP page
I have a 3rd party server which has a classic ASP page which takes in form data. From my web page I have a PHP script which sends fields to the ASP page using curl. Everything wo …
0
votes
2answers
46 views
Classic ASP class properties
Is it possible to set a dictionary object as a property of a class in classic ASP? I can't seem to get the syntax right. I have a function that I want to return a dictionary object …
1
vote
1answer
27 views
Using Classes in a Dictionary in Classic ASP
Hi
I usually do C# but have inherited a classic ASP project.
I have defined a class:
Class clsPayment
Public Name
End Class
Set objPayment = New clsPayment …
2
votes
3answers
77 views
Multipart/form-data and UTF-8 in a ASP Classic application
Hi all,
I have a problem that I really don't understand.
I'm trying to upload a files in a asp classic app, without the use of an external component. I also want to post some text …
0
votes
3answers
54 views
uploading file with jquery (not with flash plugins)
Code successfully upload file when I remove jquery script codes and submit. But with the following code, text in output div disappears and new text from other page does not write t …
