I have a classic asp project and a teammate created a new functionality, but it\'s in asp.net mvc. I also know h开发者_运维百科ow to work with mvc, but I never used classic asp and mvc together.
I need to Convert my XML Data to an ADO RecordSet. I am able to construct the ADO Persistant XML format for the conversion but I am not too sure why the single row in my XML is being ignored. The fina
I\'m having trouble debugging any ASP Classic website on my workstation using any of the MS debugging environments available to me. I\'m on Win XP SP3, using the builtin IIS 5.1.
I have 2 websites connecting to the same instance of MSSQL via classic ASP. Both websites are similar in nature and run similar queries.
I have the following code to grab details from a webserver <%@ LANGUAGE=VBScript%> <% vCustomerUserName = \"name\"
Hello I m new with asp scripts i have not mores ideas as well in asp. i have worked in asp.net. Now I facing a problem to bind data with开发者_如何学Go DropDown and Grid.
I have an old Classic ASP application. Now the users wants to have some enhancements on it. I have no working experience in Classic ASP. I want to do the enhancement in ASP.NET which i am very fluent.
Basically i am looking for th开发者_开发问答e difference between asp injection and sql injection on a asp webpage and what are the different types of asp injection other than sql injectionSimple examp
If I\'m calling for example, http://www.mysite.asp?p1=2&p2=3#BookmarkDoes the browser invoke that #Bookmark after the \"classic\" ASP generates output?It appears that it\'s 开发者_运维问答not comi
I\'w working on a project in classic ASP and I want to add, for example, some users for a temporary list and when I submit the form, thi开发者_如何学Pythons data will be save to DB.