Hello,
I am posting this question again because I can't figure it out after a whole day. I am using Win2k server.
I have an formslogin.asp page:
strUsername = Request("userName"
strPassword = Request("password"
strClientNumber = Request("clientNumber"
strAccountNumber = Request("txtAcctNo"
strAccountPassword = Request("txtAcctPwd"
strClientRef = Request("txtCliRefNo"
If Request.ServerVariables("REQUEST_METHOD"
= "POST" Then
If Application("LOCALMODE"
= "YES" Then
line 13: Set objMtsSeqNo = server.createobject"CmnAUtils1Dev.cmnASeqNo"
line 14: stop
line 15: blnRslt = objMtsSeqNo.GetSeqNoVnt(strConnAppl, strConnEnv, "t_web_session", lngWebSession, strClientNumber)
line16: Session(Application("cstWEBSESSION"
) = lngWebSession
then I go to it goes to the asp debug.
On line 13, it created a object from dll. I set a stop point on line 14 trying to go through the dll vb code. I am
running the dll in vb project and set a break point at the GetSeqNoVnt function. But every time it will just go through line 15, and 16 without go into the dll vb code.
Can anybody give me detail instruction on how to do it, I have struggled for a whole day. thank you in advance.
yuli
I am posting this question again because I can't figure it out after a whole day. I am using Win2k server.
I have an formslogin.asp page:
strUsername = Request("userName"
strPassword = Request("password"
strClientNumber = Request("clientNumber"
strAccountNumber = Request("txtAcctNo"
strAccountPassword = Request("txtAcctPwd"
strClientRef = Request("txtCliRefNo"
If Request.ServerVariables("REQUEST_METHOD"
If Application("LOCALMODE"
line 13: Set objMtsSeqNo = server.createobject"CmnAUtils1Dev.cmnASeqNo"
line 14: stop
line 15: blnRslt = objMtsSeqNo.GetSeqNoVnt(strConnAppl, strConnEnv, "t_web_session", lngWebSession, strClientNumber)
line16: Session(Application("cstWEBSESSION"
then I go to it goes to the asp debug.
On line 13, it created a object from dll. I set a stop point on line 14 trying to go through the dll vb code. I am
running the dll in vb project and set a break point at the GetSeqNoVnt function. But every time it will just go through line 15, and 16 without go into the dll vb code.
Can anybody give me detail instruction on how to do it, I have struggled for a whole day. thank you in advance.
yuli