There is alot of bulk data processing, like moving large amounts of data, processing it and saving it into a database.. Gigs and Gigs.. If there is a website in classic ASP, what do 开发者_如何学Goyou
I have a application in which there is a web.config file. I have to use a classic asp file and I need to access web.config configuration sections wit开发者_StackOverflow社区h classic asp file.
We have an old Access 2000 database that we need to pull data from and store it into a text file via a web interface that has to run every 20 minutes. I have spent hours and hours searching for a corr
Windows 2003 IIS 6 I have a virtual directory called offline. I can access the default.htm file via http://localhost/offline/default.htm
Would I just use MSXML开发者_如何学运维 and import as binary? Or is there another more efficient way?
I have many projects written in old classic ASP where Global.asa used to work perfectly fine. Since I have installed Windows 7 wit开发者_JAVA百科h IIS7.5, none of my projects are working.
i am trying to load a aspx in a classic asp using this code: <%@LANGUAGE=\"VBSCRIPT\" CODEPAGE=\"1252\" %>
I need to do some work on an old ASP Classic site, so I’m trying to host it on my IIS, but when I try load a page I get开发者_如何学JAVA:
As the title says I\'m trying to use JQuery AJAX to display part of a database on an ASP site. Ive never used JQuery so I am kind o开发者_JAVA百科f lost on even how to start. Any help for my problem o
I would like to restrict access to a classic asp page that is contained within an ASP.NET application that uses Forms Authentication.