Very briefly: I\'m h开发者_Go百科aving an issue with ensuring that VB DLLs honour the timeouts set in IIS and ASP.
I have 2 dropdown list boxes in my asp page where I need to select category and sub-category. Sub-category dropdown list will be populated based on the category dropdown list box selection.
I am looking for a way to get the identity of the process which executes a *.vbs file or a *.asp file. How to write code to determine the process identity from within the file itself? Suppose I execut
I am having difficulty retrieving a comma separated list from MSAccess using SQL. It is very easy to do with SQL Server an开发者_JAVA技巧d I have accomplished it there. But the MSAccess solution seems
I have the page written on classic ASP and href element on it. Href leads to the same page but with another query parameter开发者_StackOverflows.
If you have seen my previous questions, you\'re aware that I\'m in the process of updating some existing ASP pages, in an effort to move them from a Windows 2000 environment to a Windows server 2008 R
in ASP-vbscript, I can use the GetFolder method of FileSystemObject to get the contents inside a folder if i pass the location of the folder
I have the following in my web.config <httpErrors errorMode="Custom"> <remove statusCode="500" subStatusCode="-1" />
In my company 开发者_JAVA技巧one of the applications is a classic asp based application.In this application one the .asp has a Class Definition and a function associated with the class.I want to use t
I am in the process of \"modernizing\" a c开发者_如何学编程lassic asp application that uses a Access 2000 database.