Yeah, I\'m asking \'bout ASP classic - which was invented in 1999. as old as my grandma. But why bother if it still help me finish my tasks?
Is it safe to store user inputted passwords in session variables which are used in the connection strings to sql server. If not开发者_开发问答 why and what would be a better way of doing this? The pas
I want to access sharepoint list webservice from classic ASP Page. I am creating the soap xml format and trying to call the webservice url, like this
How can I get the value of a custom environment variable in a classic ASP page using V开发者_如何学JAVABScript?You can use the ExpandEnvironmentStrings method of the WScript.Shell object to retrieve e
I am working on an old asp project. I am new in project. My question is, I required to execute the certain number of pages in a specific time but when I put in a loop to execute the page for certain
I\'ve been looking around how to call a stored procedure from classic asp and pass a parameter into it below is my stored procedure which works fine
I want to simply retrieve a single record from a database in a classic ASP page.The code below basically works, but there are a couple problems I need help solving:
I have a menu where the selected item (whose href is equal to the current page) needs to look different to the other menu items. I can either:
How can I get a table on a webpage to float/h开发者_运维技巧over as you scroll down a webpage. Similar to what is done with ad pics on webpages. I need it as the webpage will require a user to scroll
I am trying to upload files to Azure Blob Storage using Classic ASP (no choice!). However although I can use can list container contents using MSXML2.ServerXMLHTTP I am failing to create blobs. I need