I\'m in the process of migrating code from a classic ASP site to an ASP.NET site.One problem that I\'m running into is an <input type=\"file\" name=\"upload\"/> form field.
I\'m dev开发者_如何学JAVAeloping a Classic ASP page that pulls some content from a database and creates a Read more link after the first 100 characters as follows;
VBScript on ASP Classic contains an \"int\" function. (It rounds numbers towards -∞.) Suppose that some excessively \"clever\" coder has created a global variable named \"int\". Is there any way to g
I\'m using classic ASP and trying to create 开发者_JS百科parameters for a stored procedure call for a procedure that has optional (=NULL) parameters. One of the parameters, @maxrows, is required.
Does asp run in the IIS application pool for which the website is configured开发者_JAVA百科? Or is the application pool only for asp.NET applications.
I have a project that I have inherited that is primarily a Classic ASP application; however, intermixed in the the application are a handful of ASP.net pages.Some of the ASP.net pages are 1.1 and do n
In legacy applications at work, i see not开发者_开发百科 closed recordsets scattered on lots of pages.
I am looking for a secure way to do accept a username and password in a form, and after they successfully log in, I want to use a piece of that information for a subsequent query.
I was wondering if it is possible to do URL Rewriting with Classic ASP when you do not have access to IIS to make any rewrite changes?
I use an asp (classic) utility file to create json objects from an SQL database, see: http://code.google.com/p/aspjson/