I\'m using a customized backend to upload images on a server. The issue is that the client has a load balanced server so I need to synchronize the upload folders on both server. I\'m not able开发者_运
I\'ve created an XML file using the .Save() method of an ADODB recordset in the following manner. dim res
I\'m working on a Classic ASP (with VB Script) project where I\'m instantiating an object from an ActiveX control like so:
Say I have a table like this: Field1Field2Field3Field4 fredtomfredharry tomtom dickharry harry and I want to determine what proportion of it has been completed for each field.
We have a game project designed on ASP&SQL Server, and we need to integrate it\'s user database with Drupal.
How to display PDF t开发者_JS百科humbnails in ASP pageThere is no built in functionality for ASP to process and manipulate PDF files.You will need to install a custom component on your server, make su
Is it possible to build some kind of master page with Classic ASP without frames or开发者_Go百科 iframes?
I\'d like to detect a mob开发者_如何学Goile user agent and redirect them when the session starts in a classic ASP app.Does anyone know a good way to pull this off?I was looking for a way to do this my
I\'ve got a production site that has been working for years with a SQL Server 2000 default instance on server named MDWDATA. TCP port 1433 and Named Pipes are enabled there. My goal is to get this web
I have a one dimensional array in VBScript that I would like to run through but have the ability to advance by 2,3,4 etc. on each iteration of the loop.In C thi开发者_开发问答s would be trivial as...