I\'m a non-VB6 person who had the misfortune of inheriting a buggy legacy VB6/Classic ASP project. There\'s a section where a lot of entries are put into a Dictionary and I want to see all it contains
I am making MSSQL stored procedure CLR calls from ASP pages.When an exception occurs, it is logged and then rethrown.In this scenario I need to be able to handle the exception (if possible) in the ASP
Very weird problem occurred, I have moved a site from one server to another - All is working, but any query involving a date is playing up.I get the following:
I\'ve tried asking this in a few dif开发者_如何学编程ferent ways, but let\'s give it another shot (as I\'ve yet to receive an answer and this is driving me nuts!)
I have an ASP routine that gets a binary file\'s contents and writes it to a stream.The intention is to read it from the stream and process it at the server.
The company that I work for is making a transition between classic ASP programs and ASP.NET programs for our intranet software.Eventually, everything will be written in ASP.NET, but because of time co
I havent done any classic ASP for a couple of years and now trying to get back into it from c# is prooving impossible! I\'ve got a recursive function which very simply is supposed to query a database
I\'m looking for a tool that I can point to a开发者_Python百科 website and it can tell me what pages are all pointing to a specific page, for example: What pages are pointing to AboutUs.asp etc. The w
I want to make two drop down lists. The first list has static data( folder structure), so I can use an array for it. Depending on the folder or option selected in the first list, the second list shows
I am working on a classic asp form that has a number of dropdowns. Three of these are cascading, i.e. they rely in the previous dropdown. For almost everything this code works fine, one of them howeve