error creating new folder in asp
Hi,
i am newbie to asp.
we have an asp project with 2005 folder.i need to create a new folder 2006 and copy all the code to this folder.i did that and chaged every link to 2006 with in that code.but i am getting error in the following code
<%@ LANGUAGE="vbscript" %>
<% Response.Buffer = True %>
<%
Set rsObj=Application("spObj").getsqlsp("getCheckOne", application("Conn"), _
"@uID", 129, 1, 7, request.form("tUID"), _
"@pwd", 200, 1, 20, request.form("tPWord"))
%>
Microsoft VBScript runtime error '800a01a8'
Object required: 'Application(...)'
Thanks for your help..
|