I have an older classic ASP website that I am migrating over to IIS7.5.I don\'t feel like installing classic ASP on the server, and so I just want the .asp files to be treated as if they were .aspx fi
Should I always close my db connection or is it closed automatically? What happens if I don\'t close it?
I am currently working on a classic ASP application extracting data from an excel sheet. Before this data is saved to the server, I validate first if the data has the required data populated.
My asp page is trying to display several table开发者_如何学JAVA rows from a loop. Somehow the html output becomes malformed. I\'m thinking this might be an issue with asp page processing too much data
I am getting \"ADODB.Connection error \'800a0e7a\'\" error when I run the following classic ASP code.
When I execut the sql direct it returns 4 records. when I execute the oraCommand.Execute the oraResults object shows only 1 record returned it should have a count of 4.
I have to make all links SEO friendly on our website. I have the following url: http://newark.storeboard.com/board.asp?RegionID=353&ClassAdCatID=740&IsEvent=1&IsCoupon=0&IsBlog=0
i have 2 files:a.asp, inc.asp a.asp includes inc.asp in somewhere in the beginning. inc.asp retrieves variables from the requeste.g. z = request(\"z\").
Backstory Last month our development team created a new asp.net 3.5 application to place out on our production website.Once we had the work completed, we requested from the group that manages are serv
I have years of programming experience with ASP, but I am novice to ASP.NET programming. I was looking at the codes of a one website and I noticed programmer who coded this website made two connecti