Language is vbscript and classic ASP. The following SQL works when values are hard coded in the sql statement:
I have windows xp and iis installed , when I want to access localhost to view asp pages , I get the following error :
I\'m on a short-term contracting gig, trying to patch some vulnerabilities in their legacy code.The application I\'m working on is a combination of Classic ASP (VBScript) and .Net 2.0 (C#).One of the
I\'m trying to map requests for classic asp pages to be handled by .net, so that it runs through a custom httpmodule.
We have an extensive classic ASP site, and we\'re looking to upgrade to ASP .Net (most probably the latest version). Obviously upgrading all the pages at once would be a leviathan 开发者_如何学编程tas
I have an old Classic ASP code such as: <html> <head></head> <body> <form action=\"test.asp\" method=\"post\" name=\"fname\">
Thanks in advance for any help received. I want to allow our client to enter a URL into a text field which then checks whether the URL exists and works.
I\'ve taken over support of a legacy web app written predominantly in classic ASP. One page has a form for doing a job estimate, and consists of about 2500 lines of javascript and ASP code to achieve
With a normal .cs files i can choose \"Windows\" -> \"New Window\", to work in the same file in two different locations. I prefer this feature to \"Split\", because it seems less 开发者_如何学Goerror
I am working on improving our glossary functionality in a custom CMS that is running with classic ASP (ASP 3.0) on IIS with VBScript code. I am stumped on a regex challenge I cannot solve.