i\'m calling a C# com interop dll from classic asp. i want to send name value pairs to the c# dll. tried using dictionary object in classic asp and accepting it using the same dictionary object (sc
I\'ve inherited a classic ASP site that has developed an odd problem. At the top of the page its redirecting to https for a secure connections. The code is:
I\'ve got the Facebook Graph API working via Classic ASP, and I understand how to do most things like posting a status update, getting user info and so forth. I\'m stuck on trying to upload photos fro
I have got below te开发者_运维问答xt as string test = \"<span class=\'convert\'>USD 30</span>\"
Currently this is in ASP Classic: My query as it stands at the moment: SELECT i.CONCOM ,COALESCE(SUM(CASE WHEN C.CATEGORY_ID = \'30\' THEN 0 ELSE t.LOGMINS END), 0) AS TotalWithoutNew
Sun\'s One Server worked great up until Sun Disappeared. Now looking around the landscape the classic ASP solutions are all abadoned.
What would change in this code?It\'sonly returning one line of data, theres got to be more than that for the file i selected, and if an image, how w开发者_开发知识库ould i get the width/height of the
I need to request data from an API parse specific data from it and return the response in xml. What I have so far is this which works fine but only returns text rather than xml
I got some problems with the Jquery plugin Uploadify working with the Aspfreeupload code. Its working in IE but in chrome and firefox it crash. The HTTP response is HTTP/1.1 401 Unauthorized
I have the below regular expression which is working fine in .NET however it is not working in Classic ASP. The Regular expression is used to validate for a least one digit and one character.