Print Page | Close Window

TP.asax

Printed From: SalesCart
Category: Legacy Products
Forum Name: SalesCart NET
Forum Description: For SalesCart NET developers and designers to converse with other SalesCart NET owners
URL: http://forum.salescart.com/forum/forum_posts.asp?TID=234
Printed Date: April/25/24 at 11:45am
Software Version: Web Wiz Forums 11.04 - http://www.webwizforums.com


Topic: TP.asax
Posted By: Ginostylz
Subject: TP.asax
Date Posted: November/23/04 at 2:21am
I was curious if I have a problem, this is a clip of my code from tp.asax

Session ("TxtPemFile") = "######.pem"
'        TxtVendor: FOR PAYFLOW USERS ONLY: Set the Vendor name you set up through.
Session ("TxtVendor") = "VeriSign"

This code is in my tp.asax file. I was curious if the Session ("TxtVendor") = "VeriSign"should be ' marked off with a single quote?
I do not know of any affiliation I have with verisign.



Replies:
Posted By: Techno Geek
Date Posted: November/24/04 at 8:21am
That's actually okay. You don't need to comment it out. This is becase this variable is not looked at by all of the gateways. For example, let's say that you're using Authorize.net. The function file is programmed to look for only the appropriate variables and ignore the rest in the TP.asax file.

-------------
Techno Geek
Customer Support Engineer
ComCity and SalesCart Technical Support



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.04 - http://www.webwizforums.com
Copyright ©2001-2015 Web Wiz Ltd. - http://www.webwiz.co.uk