I have code that accepts binary data via POST and reads in an array of bytes. For files larger than 200 Kb, the operation fails. I\'ve checked with my sysadmin (we\'re running IIS 7) to see if there w
We are in the process of migrating an ASP Classic/ASP.NET application from IIS 6 to IIS 7.5. Most things run just fine in classic mode but we are having alot of problems with how errors are handled by
I\'m working with a 3rd party (Commidea.com) payment processing system and one of the parameters being sent along with the processing result is a \"signature\" field. This is used to provide a SHA1 ha
I have the below code to display a simple table in a classic asp page inside of a Sharepoint WebPart.There are three cells because they are individually filled with an ADODB recordset.
I have migrated from one sever to another. I have restored my database and reset up my website. S开发者_如何学Pythonince migrating however my website will not connect to the database I am getting the
I have a classic ASP (JScript) web-site that is running slow and are there any profilers that can help me identify what is taking time?
I have my recent E-learning web site developed in Classic ASP. However, I need to incorporate SCORM in my E-learning web site. Does anyone know a sample how to开发者_运维知识库 do this?
I would like to persist ASP session data in JSON format. I have written this code : Dim piece_ : Set piece_ = JSON.parse(\"{\"\"code\"\":\"\"\"\",\"\"quantity\"\":\"\"0\"\",\"\"printed\"\":\"\"false\
I\'m in the process of creating a new web application using classic ASP.I\'ve done this before and have 2 similar websites that have been running for over 2 years.My problem is that the ISP I\'m using
I\'m programming in Classic ASP. I\'m trying to do the paging. My backend is SQL CE 3.5. Unfortunetly, it doesn\'t support paging in SQL Query (Like row_number() in sql server).